summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTobias Gruetzmacher <tobias-git@23.gs>2014-03-08 15:32:43 (GMT)
committerTobias Gruetzmacher <tobias-git@23.gs>2014-03-08 21:00:18 (GMT)
commitc45869654a9a636174bae709c19e359843d1ce99 (patch)
tree94b7b43988a023a051ec39ea328f74608a7bbf98 /src
parentcabea45f7c6748169704d4a0ad0b342067a3019d (diff)
downloadmxe-c45869654a9a636174bae709c19e359843d1ce99.zip
mxe-c45869654a9a636174bae709c19e359843d1ce99.tar.gz
mxe-c45869654a9a636174bae709c19e359843d1ce99.tar.bz2
Package pango: Enable shared build.
FIXME: Maybe enable --with-dynamic-modules in shared build? What's the difference?
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 \