From 2eeb35d020887784107cbaa52adcc898d001cd61 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Fri, 4 Nov 2005 21:03:22 +0000 Subject: [PATCH] disable support for things we don't have (yet) explicitly (fix #3) SVN-Revision: 2329 --- openwrt/package/libao/Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 $@