don't try to install to lib64
authorVictor Seva <linuxmaniac@torreviejawireless.org>
Fri, 29 Sep 2023 14:39:21 +0000 (16:39 +0200)
committerVictor Seva <vseva@debian.org>
Tue, 28 Jan 2025 13:06:51 +0000 (14:06 +0100)
Gbp-Pq: Name no_lib64_on_64_bits.patch

src/Makefile.defs

index 30a1de0feef846f8244dcaf2fdfb58e0acbf2ae1..96a77d929b449286e494538916daa3b7dd887833 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)/