diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-11-04 21:03:22 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-11-04 21:03:22 +0000 |
commit | 2eeb35d020887784107cbaa52adcc898d001cd61 (patch) | |
tree | bf4a49b7cb60f2ac4bca0c5050780ddd6991256c /openwrt/package | |
parent | be5379cdf705b45c41f2b6d13f608080a863a145 (diff) | |
download | mtk-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
Diffstat (limited to 'openwrt/package')
-rw-r--r-- | openwrt/package/libao/Makefile | 4 |
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 $@ |