[sr-dev] git:master:1adf88e7: Makefile.defs: override the ARCH for amd64 to x86_64

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


Module: kamailio
Branch: master
Commit: 1adf88e7211400b8d56a6dc7c463e60a2b697b80
URL: https://github.com/kamailio/kamailio/commit/1adf88e7211400b8d56a6dc7c463e60a2b697b80

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

Makefile.defs: override the ARCH for amd64 to x86_64

---

Modified: src/Makefile.defs

---

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

---

diff --git a/src/Makefile.defs b/src/Makefile.defs
index eb6993a..c7d970e 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