From: Victor Seva Date: Fri, 29 Sep 2023 14:39:21 +0000 (+0200) Subject: don't try to install to lib64 X-Git-Tag: archive/raspbian/5.8.2-3+rpi1^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d9047a1e167bdc05e7179a4b411e7876e2182796;p=kamailio.git don't try to install to lib64 Gbp-Pq: Name no_lib64_on_64_bits.patch --- diff --git a/src/Makefile.defs b/src/Makefile.defs index 07fa021a..77c37c1c 100644 --- 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)/