From 1b735a1e9b0d1135740bed91b212be17df18a98f Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Mon, 11 Jul 2022 12:55:42 +0100 Subject: [PATCH] don't try to install to lib64 Gbp-Pq: Name no_lib64_on_64_bits.patch --- src/Makefile.defs | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/Makefile.defs b/src/Makefile.defs index e5cc86b2..e699c3a4 100644 --- a/src/Makefile.defs +++ b/src/Makefile.defs @@ -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)/ -- 2.30.2