From: Victor Seva Date: Tue, 25 Oct 2022 21:40:36 +0000 (+0100) Subject: don't try to install to lib64 X-Git-Tag: archive/raspbian/5.6.2-1+rpi1^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6390ea6e610e3e1b1b4e0c13a20c16e61210bba9;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 2697e5c1..2ac017b3 100644 --- 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)/