From ba426bdcae03bd5ce9190140ae515633798cea01 Mon Sep 17 00:00:00 2001 From: Josef 'Jeff' Sipek Date: Mon, 13 May 2019 16:05:29 -0400 Subject: [PATCH] gnu-iconv: enable legacy uname --- components/gnu-iconv/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/components/gnu-iconv/Makefile b/components/gnu-iconv/Makefile index fc98d3767..88a404b9d 100644 --- a/components/gnu-iconv/Makefile +++ b/components/gnu-iconv/Makefile @@ -34,6 +34,7 @@ COMPONENT_ARCHIVE_URL= http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.14.tar.gz include ../../make-rules/prep.mk include ../../make-rules/configure.mk include ../../make-rules/ips.mk +export UNAME_LEGACY= CONFIGURE_BINDIR.64 = $(CONFIGURE_BINDIR.32) -- 2.11.4.GIT