projects
/
kamailio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7884a62
)
don't try to install to lib64
author
Victor Seva
<linuxmaniac@torreviejawireless.org>
Tue, 15 Feb 2022 05:45:40 +0000
(
05:45
+0000)
committer
Peter Michael Green
<plugwash@raspbian.org>
Tue, 15 Feb 2022 05:45:40 +0000
(
05:45
+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)/