Module: kamailio Branch: 5.0 Commit: f5889fcc9e42cae01c58357a622d2270f994b8d7 URL: https://github.com/kamailio/kamailio/commit/f5889fcc9e42cae01c58357a622d2270...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@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/f5889fcc9e42cae01c58357a622d2270... Patch: https://github.com/kamailio/kamailio/commit/f5889fcc9e42cae01c58357a622d2270...
---
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)>)