From 5ee21c52ca1e87b97c82f6bbed68ca8095f458b1 Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 4 Nov 2005 21:03:22 +0000 Subject: 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 --- package/libao/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/libao/Makefile b/package/libao/Makefile index 2dbe94ac9..5df454c7c 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 $@ -- cgit v1.2.3