[sr-dev] git:5.0:f5889fcc: Makefile.defs: override the ARCH for amd64 to x86_64

Daniel-Constantin Mierla miconda at gmail.com
Thu Mar 16 08:51:12 CET 2017


Module: kamailio
Branch: 5.0
Commit: f5889fcc9e42cae01c58357a622d2270f994b8d7
URL: https://github.com/kamailio/kamailio/commit/f5889fcc9e42cae01c58357a622d2270f994b8d7

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2017-03-16T08:50:55+01:00

Makefile.defs: override the ARCH for amd64 to x86_64

(cherry picked from commit 1adf88e7211400b8d56a6dc7c463e60a2b697b80)

---

Modified: src/Makefile.defs

---

Diff:  https://github.com/kamailio/kamailio/commit/f5889fcc9e42cae01c58357a622d2270f994b8d7.diff
Patch: https://github.com/kamailio/kamailio/commit/f5889fcc9e42cae01c58357a622d2270f994b8d7.patch

---

diff --git a/src/Makefile.defs b/src/Makefile.defs
index 8c20bd8..8b4bccd 100644
--- a/src/Makefile.defs
+++ b/src/Makefile.defs
@@ -377,7 +377,7 @@ endif
 
 # retarget amd64 to x86_64
 ifeq ($(ARCH), amd64)
-	ARCH=x86_64
+	override ARCH=x86_64
 endif
 
 $(info target architecture <$(ARCH)>, host architecture <$(HOST_ARCH)>)




More information about the sr-dev mailing list