projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be5379c
)
disable support for things we don't have (yet) explicitly (fix #3)
author
Nicolas Thill
<nico@openwrt.org>
Fri, 4 Nov 2005 21:03:22 +0000
(21:03 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Fri, 4 Nov 2005 21:03:22 +0000
(21:03 +0000)
SVN-Revision: 2329
openwrt/package/libao/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/libao/Makefile
b/openwrt/package/libao/Makefile
index 2dbe94ac95e5888e39229ca8bdd5212916aca41e..5df454c7c6469de9e4985dde11217acc07d9f8e6 100644
(file)
--- 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 $@