projects
/
kamailio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
86205a1
)
don't try to install to lib64
author
Victor Seva
<linuxmaniac@torreviejawireless.org>
Fri, 29 Sep 2023 14:39:21 +0000
(16:39 +0200)
committer
Victor Seva
<vseva@debian.org>
Fri, 15 Nov 2024 18:55:10 +0000
(19:55 +0100)
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 87d02a3e9ab3c1ba41a54b56d8cee8d7c0810452..c44a3a9ac8a021e4d2c77d9490a3804ebaf1f47e 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)/