From: Victor Seva Date: Tue, 15 Feb 2022 05:45:40 +0000 (+0000) Subject: don't try to install to lib64 X-Git-Tag: archive/raspbian/5.5.4-1+rpi1~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=dfe6cde8feb2c7864ffd076918f338dcd5304ad7;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 82b8751e..2b2c8a59 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)/