diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-04 21:03:22 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-11-04 21:03:22 +0000 |
commit | f5fa31787b25facf59092a935eefd1e2d9208c3b (patch) | |
tree | d78e5128fdbcff9060cb3f31d12e4343883fbf6d | |
parent | 41f5687f55155f2428805c4315fb4fccdc2506cf (diff) |
disable support for things we don't have (yet) explicitly (fix #3)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2329 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 $@ |