From: Nicolas Thill Date: Fri, 4 Nov 2005 21:03:22 +0000 (+0000) Subject: disable support for things we don't have (yet) explicitly (fix #3) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=96a3b1713f31cbcf047ed575e7a4b340c5ffa558 disable support for things we don't have (yet) explicitly (fix #3) SVN-Revision: 2329 --- diff --git a/openwrt/package/libao/Makefile b/openwrt/package/libao/Makefile index 2dbe94ac95..5df454c7c6 100644 --- a/openwrt/package/libao/Makefile +++ b/openwrt/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 $@