don't try to install to lib64
authorVictor Seva <linuxmaniac@torreviejawireless.org>
Fri, 29 Sep 2023 14:39:21 +0000 (16:39 +0200)
committerRaspbian forward porter <root@raspbian.org>
Sat, 10 Feb 2024 11:06:59 +0000 (11:06 +0000)
Gbp-Pq: Name no_lib64_on_64_bits.patch

src/Makefile.defs

index d393653c4a0535c44cbd11637a3224e72ba483f3..801a2e3601dc11ad69bd89f785e998f8b02e1ed4 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)/