summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-11-04 21:03:22 +0000
committerNicolas Thill <nico@openwrt.org>2005-11-04 21:03:22 +0000
commit2eeb35d020887784107cbaa52adcc898d001cd61 (patch)
treebf4a49b7cb60f2ac4bca0c5050780ddd6991256c
parentbe5379cdf705b45c41f2b6d13f608080a863a145 (diff)
downloadmtk-20170518-2eeb35d020887784107cbaa52adcc898d001cd61.zip
mtk-20170518-2eeb35d020887784107cbaa52adcc898d001cd61.tar.gz
mtk-20170518-2eeb35d020887784107cbaa52adcc898d001cd61.tar.bz2
disable support for things we don't have (yet) explicitly (fix #3)
SVN-Revision: 2329
-rw-r--r--openwrt/package/libao/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/package/libao/Makefile b/openwrt/package/libao/Makefile
index 2dbe94a..5df454c 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 $@