projects
/
kamailio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a41cfe8
)
don't try to install to lib64
author
Victor Seva
<linuxmaniac@torreviejawireless.org>
Tue, 25 Oct 2022 21:40:36 +0000
(22:40 +0100)
committer
Victor Seva
<vseva@debian.org>
Tue, 25 Oct 2022 21:40:36 +0000
(22:40 +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 2697e5c193d255684d7b8f14198b0965cc99ee40..2ac017b39f5058e44cd09bdebd33ef52fc89cfa4 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)/