Module: kamailio
Branch: 4.4
Commit: 65891fa1051a08a261846db8926937dfcad9f518
URL:
https://github.com/kamailio/kamailio/commit/65891fa1051a08a261846db8926937d…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2017-03-16T08:51:55+01:00
Makefile.defs: override the ARCH for amd64 to x86_64
(cherry picked from commit 1adf88e7211400b8d56a6dc7c463e60a2b697b80)
(cherry picked from commit f5889fcc9e42cae01c58357a622d2270f994b8d7)
---
Modified: Makefile.defs
---
Diff:
https://github.com/kamailio/kamailio/commit/65891fa1051a08a261846db8926937d…
Patch:
https://github.com/kamailio/kamailio/commit/65891fa1051a08a261846db8926937d…
---
diff --git a/Makefile.defs b/Makefile.defs
index 80ebf6ea..cb49ad1 100644
--- a/Makefile.defs
+++ b/Makefile.defs
@@ -372,7 +372,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)>)