don't try to install to lib64
authorVictor Seva <linuxmaniac@torreviejawireless.org>
Mon, 11 Jul 2022 11:55:42 +0000 (12:55 +0100)
committerVictor Seva <vseva@debian.org>
Mon, 11 Jul 2022 11:55:42 +0000 (12:55 +0100)
Gbp-Pq: Name no_lib64_on_64_bits.patch

src/Makefile.defs

index e5cc86b2c3200667f12dbe40b3bbec10d83e73d9..e699c3a450d811be2d2447dd7ba55d1483731937 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)/