From c45869654a9a636174bae709c19e359843d1ce99 Mon Sep 17 00:00:00 2001 From: Tobias Gruetzmacher Date: Sat, 8 Mar 2014 16:32:43 +0100 Subject: Package pango: Enable shared build. FIXME: Maybe enable --with-dynamic-modules in shared build? What's the difference? --- src/pango.mk | 5 +---- 1 file changed, 1 insertion(+), 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 \ -- cgit v0.12