diff options
Diffstat (limited to 'openwrt/package/libao/Makefile')
-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 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 $@ |