summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2016-05-13 15:43:51 (GMT)
committerTony Theodore <tonyt@logyst.com>2016-05-13 15:43:51 (GMT)
commitcc53edb898b3288fac14450d203818d0603fd489 (patch)
treea1c22b5ebaf96cdb13cfe4d1092f3375d782237b
parentcb06e059b23ef08f31eafd1dae1ea1417b102198 (diff)
parent8675ed061e2e90ff6295c5f9bd6a82384886a405 (diff)
downloadmxe-cc53edb898b3288fac14450d203818d0603fd489.zip
mxe-cc53edb898b3288fac14450d203818d0603fd489.tar.gz
mxe-cc53edb898b3288fac14450d203818d0603fd489.tar.bz2
Merge pull request #1344 from tonytheodore/libxslt-shared
libxslt: enable shared
-rw-r--r--src/libxslt.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/libxslt.mk b/src/libxslt.mk
index 1e9675e..9d6e16b 100644
--- a/src/libxslt.mk
+++ b/src/libxslt.mk
@@ -20,15 +20,10 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
- --host='$(TARGET)' \
- --build="`config.guess`" \
- --disable-shared \
+ $(MXE_CONFIGURE_OPTS) \
--without-debug \
- --prefix='$(PREFIX)/$(TARGET)' \
--with-libxml-prefix='$(PREFIX)/$(TARGET)' \
--without-python \
--without-plugins
$(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
endef
-
-$(PKG)_BUILD_SHARED =