summaryrefslogtreecommitdiffstats
path: root/src/mpg123.mk
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-04-15 02:09:26 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-04-15 02:09:26 (GMT)
commit27c0ab09f6433ce68289765b9db8d1c7daf1ac54 (patch)
treef90207e244e1815beebb52ab4739111ad2e1b53f /src/mpg123.mk
parent91b2afd5941fb29b041f240d9dee3e93f7abc66a (diff)
downloadmxe-27c0ab09f6433ce68289765b9db8d1c7daf1ac54.zip
mxe-27c0ab09f6433ce68289765b9db8d1c7daf1ac54.tar.gz
mxe-27c0ab09f6433ce68289765b9db8d1c7daf1ac54.tar.bz2
mpg123: add shared support
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src/mpg123.mk')
-rw-r--r--src/mpg123.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mpg123.mk b/src/mpg123.mk
index afcab32..f461556 100644
--- a/src/mpg123.mk
+++ b/src/mpg123.mk
@@ -18,14 +18,10 @@ endef
define $(PKG)_BUILD
cd '$(1)' && ./configure \
- --host='$(TARGET)' \
- --disable-shared \
- --prefix='$(PREFIX)/$(TARGET)' \
+ $(MXE_CONFIGURE_OPTS) \
--with-default-audio=win32 \
--with-audio=win32,sdl,dummy \
--enable-modules=no
$(MAKE) -C '$(1)' -j '$(JOBS)'
$(MAKE) -C '$(1)' -j 1 install
endef
-
-$(PKG)_BUILD_SHARED =