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

src/Makefile.defs

index 5fdc880c31c846a6330c51c0c7cba55897bba403..ba2796dea902375a923ff1df76e0639d7c5dc45a 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)/