projects
/
kamailio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d82337b
)
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
Raspbian forward porter
<root@raspbian.org>
Sat, 10 Feb 2024 11:06:59 +0000
(11:06 +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 d393653c4a0535c44cbd11637a3224e72ba483f3..801a2e3601dc11ad69bd89f785e998f8b02e1ed4 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)/