don't try to install to lib64
authorVictor Seva <linuxmaniac@torreviejawireless.org>
Thu, 17 Jan 2019 07:13:17 +0000 (07:13 +0000)
committerVictor Seva <vseva@debian.org>
Thu, 17 Jan 2019 07:13:17 +0000 (07:13 +0000)
Gbp-Pq: Name no_lib64_on_64_bits.patch

src/Makefile.defs

index 349e21cc2aef84ea95116474555facaea892bbc2..bf81bb92a5247062b7605827ab0512fea1bc0846 100644 (file)
@@ -388,15 +388,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)/