summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/pango.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/pango.mk b/src/pango.mk
index d120ee1..a387cef 100644
--- a/src/pango.mk
+++ b/src/pango.mk
@@ -21,10 +21,7 @@ define $(PKG)_BUILD
rm '$(1)'/docs/Makefile.am
cd '$(1)' && NOCONFIGURE=1 ./autogen.sh
cd '$(1)' && ./configure \
- --host='$(TARGET)' \
- --build="`config.guess`" \
- --disable-shared \
- --prefix='$(PREFIX)/$(TARGET)' \
+ $(MXE_CONFIGURE_OPTS) \
--enable-explicit-deps \
--with-included-modules \
--without-dynamic-modules \