don't try to install to lib64
authorVictor Seva <linuxmaniac@torreviejawireless.org>
Thu, 10 Feb 2022 10:51:37 +0000 (10:51 +0000)
committerVictor Seva <vseva@debian.org>
Thu, 10 Feb 2022 10:51:37 +0000 (10:51 +0000)
Gbp-Pq: Name no_lib64_on_64_bits.patch

src/Makefile.defs

index 82b8751e2e54154228a96e86a62eb1383a4b787c..2b2c8a59f34aaa1279fb24fca70e08c46ea8c3b7 100644 (file)
@@ -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)/