From b6820c56871267701fda783ef729e72615ce2bd9 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 6 May 2015 18:35:34 +0200 Subject: [PATCH] Bootstrap/gettext/build: --with-pic=yes added to configure call --- scripts/Bootstrap/gettext/build | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Bootstrap/gettext/build b/scripts/Bootstrap/gettext/build index 9409c14..f4a2685 100755 --- a/scripts/Bootstrap/gettext/build +++ b/scripts/Bootstrap/gettext/build @@ -16,6 +16,7 @@ function em.configure() { --without-libiconv-prefix \ --without-libintl-prefix \ --with-included-libxml \ + --with-pic=yes \ || exit 1 }