summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-03-23 23:34:17 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-03-23 23:34:46 (GMT)
commit14fa184351601d4ab1eff2a6ed4d290fc0bcec23 (patch)
tree9749fc5a2c947dbf478216e87a9ba6a655ebb656
parent6c0141a9669391e9126daa38e5dd38fe329da35a (diff)
downloadmxe-14fa184351601d4ab1eff2a6ed4d290fc0bcec23.zip
mxe-14fa184351601d4ab1eff2a6ed4d290fc0bcec23.tar.gz
mxe-14fa184351601d4ab1eff2a6ed4d290fc0bcec23.tar.bz2
Enable shared build for libdvdcss
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
-rw-r--r--src/libdvdcss.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/libdvdcss.mk b/src/libdvdcss.mk
index cf8f069..9206d0a 100644
--- a/src/libdvdcss.mk
+++ b/src/libdvdcss.mk
@@ -18,10 +18,7 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
- --host='$(TARGET)' \
- --build="`config.guess`" \
- --prefix='$(PREFIX)/$(TARGET)' \
- --disable-shared \
+ $(MXE_CONFIGURE_OPTS) \
--disable-doc
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install