summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-05-05 03:28:53 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-05-05 03:28:53 (GMT)
commitcf9d32debf2e0007125798ed38bc2b8e9b6fa496 (patch)
tree60eecd575f6848187d7910b81d726969942093c8 /src
parent81c4ba29a22999edced573e449e6003c80b0c2fd (diff)
downloadmxe-cf9d32debf2e0007125798ed38bc2b8e9b6fa496.zip
mxe-cf9d32debf2e0007125798ed38bc2b8e9b6fa496.tar.gz
mxe-cf9d32debf2e0007125798ed38bc2b8e9b6fa496.tar.bz2
opusfile: enable shared build
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/opusfile.mk7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/opusfile.mk b/src/opusfile.mk
index f6a38d6..4d5e23e 100644
--- a/src/opusfile.mk
+++ b/src/opusfile.mk
@@ -21,14 +21,9 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
- --host='$(TARGET)' \
- --build="`config.guess`" \
- --disable-shared \
- --prefix='$(PREFIX)/$(TARGET)' \
+ $(MXE_CONFIGURE_OPTS) \
--disable-doc \
--disable-http
$(MAKE) -C '$(1)' -j '$(JOBS)' noinst_PROGRAMS=
$(MAKE) -C '$(1)' -j 1 install noinst_PROGRAMS=
endef
-
-$(PKG)_BUILD_SHARED =