From: nico 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: https://git.rohieb.name/openwrt.git/commitdiff_plain/f5fa31787b25facf59092a935eefd1e2d9208c3b disable support for things we don't have (yet) explicitly (fix #3) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2329 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/libao/Makefile b/openwrt/package/libao/Makefile index 2dbe94ac9..5df454c7c 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 $@