aboutsummaryrefslogtreecommitdiffstats
path: root/package/libao
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-11-04 21:03:22 +0000
committerNicolas Thill <nico@openwrt.org>2005-11-04 21:03:22 +0000
commit27bbda6b26033bfe4a6849aa058315564407f037 (patch)
tree4ebd426eebafbe33192f1433156ce9f0db154ee7 /package/libao
parentc4e5d540269e791329ce8e7122e6bb4b6a966838 (diff)
downloadmaster-187ad058-27bbda6b26033bfe4a6849aa058315564407f037.tar.gz
master-187ad058-27bbda6b26033bfe4a6849aa058315564407f037.tar.bz2
master-187ad058-27bbda6b26033bfe4a6849aa058315564407f037.zip
disable support for things we don't have (yet) explicitly (fix #3)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2329 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libao')
-rw-r--r--package/libao/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/libao/Makefile b/package/libao/Makefile
index 2dbe94ac95..5df454c7c6 100644
--- a/package/libao/Makefile
+++ b/package/libao/Makefile
@@ -49,6 +49,10 @@ $(PKG_BUILD_DIR)/.configured:
--enable-static \
--disable-rpath \
--with-gnu-ld \
+ --disable-esd \
+ --disable-arts \
+ --disable-nas \
+ --disable-polyp \
);
touch $@