projects
/
kamailio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44def81
)
don't try to install to lib64
author
Victor Seva
<linuxmaniac@torreviejawireless.org>
Thu, 17 Jan 2019 07:13:17 +0000
(07:13 +0000)
committer
Victor Seva
<vseva@debian.org>
Thu, 17 Jan 2019 07:13:17 +0000
(07:13 +0000)
Gbp-Pq: Name no_lib64_on_64_bits.patch
src/Makefile.defs
patch
|
blob
|
history
diff --git
a/src/Makefile.defs
b/src/Makefile.defs
index 349e21cc2aef84ea95116474555facaea892bbc2..bf81bb92a5247062b7605827ab0512fea1bc0846 100644
(file)
--- a/
src/Makefile.defs
+++ b/
src/Makefile.defs
@@
-388,15
+388,7
@@
endif
$(info target architecture <$(ARCH)>, host architecture <$(HOST_ARCH)>)
-LIBDIR ?=
-ifeq ($(LIBDIR),)
-ARCHBSZ= $(shell echo $(ARCH) | sed -e 's/.*64.*/64b/')
-ifeq ($(ARCHBSZ),64b)
- LIBDIR = lib64
-else
- LIBDIR = lib
-endif
-endif
+LIBDIR ?= lib
# dirs
cfg_dir = etc/$(MAIN_NAME)/