Bootstrap/gettext/build: --with-pic=yes added to configure call

This commit is contained in:
2015-05-06 18:35:34 +02:00
parent 19c0c13f23
commit b6820c5687

View File

@@ -16,6 +16,7 @@ function em.configure() {
--without-libiconv-prefix \
--without-libintl-prefix \
--with-included-libxml \
--with-pic=yes \
|| exit 1
}