projects
/
kamailio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f735bb
)
don't try to install to lib64
author
Victor Seva
<linuxmaniac@torreviejawireless.org>
Mon, 11 Jul 2022 11:55:42 +0000
(12:55 +0100)
committer
Victor Seva
<vseva@debian.org>
Mon, 11 Jul 2022 11:55:42 +0000
(12: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 e5cc86b2c3200667f12dbe40b3bbec10d83e73d9..e699c3a450d811be2d2447dd7ba55d1483731937 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)/