From 057f96bb8052aed9242d020bda108184c55f522b Mon Sep 17 00:00:00 2001 From: Lauri Tirkkonen Date: Mon, 4 Nov 2019 15:01:43 +0200 Subject: [PATCH] gettext: 64-bit only --- components/text/gettext/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/components/text/gettext/Makefile b/components/text/gettext/Makefile index b5b9b6e4f..0325ab6bc 100644 --- a/components/text/gettext/Makefile +++ b/components/text/gettext/Makefile @@ -47,6 +47,8 @@ CONFIGURE_OPTIONS += --disable-openmp CONFIGURE_OPTIONS += --disable-static #CONFIGURE_OPTIONS += --disable-shared +CONFIGURE_BINDIR.64 = $(CONFIGURE_PREFIX)/bin + # Fixes coredump in gnulib-test/test-localename test CONFIGURE_OPTIONS += ac_cv_func_newlocale=no @@ -63,11 +65,11 @@ COMPONENT_TEST_TRANSFORMS += \ # common targets -build: $(BUILD_32) +build: $(BUILD_64) -install: $(INSTALL_32) +install: $(INSTALL_64) -test: $(TEST_32) +test: $(TEST_64) REQUIRED_PACKAGES += SUNWcs REQUIRED_PACKAGES += library/libcroco -- 2.11.4.GIT