disable support for things we don't have (yet) explicitly (fix #3)
authorNicolas Thill <nico@openwrt.org>
Fri, 4 Nov 2005 21:03:22 +0000 (21:03 +0000)
committerNicolas Thill <nico@openwrt.org>
Fri, 4 Nov 2005 21:03:22 +0000 (21:03 +0000)
SVN-Revision: 2329

openwrt/package/libao/Makefile

index 2dbe94ac95e5888e39229ca8bdd5212916aca41e..5df454c7c6469de9e4985dde11217acc07d9f8e6 100644 (file)
@@ -49,6 +49,10 @@ $(PKG_BUILD_DIR)/.configured:
                        --enable-static \
                        --disable-rpath \
                        --with-gnu-ld \
+                       --disable-esd \
+                       --disable-arts \
+                       --disable-nas \
+                       --disable-polyp \
        );
        touch $@