aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMartijn Kaijser <martijn@xbmc.org>2015-05-23 17:00:41 +0200
committerMartijn Kaijser <martijn@xbmc.org>2015-05-23 17:00:41 +0200
commitc5259b9ef97e6fdbf3f6a210b62dc86d7c973834 (patch)
tree44216ba51a773f87534b3271f89574a4e70aa23a /tools
parentc81e0fb734dfa5437c6ca02f25454ee61d8f3102 (diff)
parent29a36d21a747a868420e65d6303cbd8dab3dc355 (diff)
Merge pull request #6757 from popcornmix/alsalib
alsalib: Build with enable-shared
Diffstat (limited to 'tools')
-rw-r--r--tools/depends/target/alsa-lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/depends/target/alsa-lib/Makefile b/tools/depends/target/alsa-lib/Makefile
index b03fc19838..95c69e4047 100644
--- a/tools/depends/target/alsa-lib/Makefile
+++ b/tools/depends/target/alsa-lib/Makefile
@@ -19,9 +19,9 @@ CONFIGURE=cp -f $(CONFIG_SUB) $(CONFIG_GUESS) .; \
--with-ctl-plugins=ext \
--with-pcm-plugins="copy,linear,route,mulaw,alaw,adpcm,rate,plug,multi,file,null,empty,share,meter,hooks,lfloat,ladspa,asym,iec958,softvol,extplug,ioplug,mmap_emul" \
--disable-resmgr --enable-aload --enable-mixer --enable-pcm --disable-rawmidi --enable-hwdep --disable-seq --disable-alisp --disable-old-symbols --disable-python \
- --with-softfloat=yes --with-libdl=yes --with-pthread=yes --with-librt=no --disable-shared \
+ --with-softfloat=yes --with-libdl=yes --with-pthread=yes --with-librt=no --enable-shared \
-LIBDYLIB=$(PLATFORM)/src/.libs/$(LIBNAME).a
+LIBDYLIB=$(PLATFORM)/src/.libs/$(LIBNAME).so
CLEAN_FILES=$(ARCHIVE) $(PLATFORM)