don't try to install to lib64
authorVictor Seva <linuxmaniac@torreviejawireless.org>
Tue, 31 Jan 2023 19:10:56 +0000 (19:10 +0000)
committerVictor Seva <vseva@debian.org>
Tue, 31 Jan 2023 19:10:56 +0000 (19:10 +0000)
Gbp-Pq: Name no_lib64_on_64_bits.patch

src/Makefile.defs

index f1ffe39e9928db0f33c10640d28651fc7adce47e..b52e831b0e496b9c0d139e9399fdca39c2e627aa 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)/