projects
/
kamailio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68befb0
)
don't try to install to lib64
author
Victor Seva
<linuxmaniac@torreviejawireless.org>
Thu, 10 Feb 2022 10:51:37 +0000
(10:51 +0000)
committer
Victor Seva
<vseva@debian.org>
Thu, 10 Feb 2022 10:51:37 +0000
(10:51 +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 82b8751e2e54154228a96e86a62eb1383a4b787c..2b2c8a59f34aaa1279fb24fca70e08c46ea8c3b7 100644
(file)
--- a/
src/Makefile.defs
+++ b/
src/Makefile.defs
@@
-454,15
+454,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)/