don't try to install to lib64
authorVictor Seva <linuxmaniac@torreviejawireless.org>
Tue, 25 Oct 2022 21:40:36 +0000 (22:40 +0100)
committerVictor Seva <vseva@debian.org>
Tue, 25 Oct 2022 21:40:36 +0000 (22:40 +0100)
Gbp-Pq: Name no_lib64_on_64_bits.patch

src/Makefile.defs

index 2697e5c193d255684d7b8f14198b0965cc99ee40..2ac017b39f5058e44cd09bdebd33ef52fc89cfa4 100644 (file)
@@ -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)/