projects
/
kamailio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffe1471
)
don't try to install to lib64
author
Victor Seva
<linuxmaniac@torreviejawireless.org>
Tue, 31 Jan 2023 19:10:56 +0000
(19:10 +0000)
committer
Victor Seva
<vseva@debian.org>
Tue, 31 Jan 2023 19:10:56 +0000
(19:10 +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 f1ffe39e9928db0f33c10640d28651fc7adce47e..b52e831b0e496b9c0d139e9399fdca39c2e627aa 100644
(file)
--- a/
src/Makefile.defs
+++ b/
src/Makefile.defs
@@
-458,15
+458,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)/