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

Author: Daniel-Constantin Mierla <mico...@gmail.com>
Committer: Daniel-Constantin Mierla <mico...@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)>)


_______________________________________________
sr-dev mailing list
sr-dev@lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to