projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4e5d54
)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2329
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/libao/Makefile
patch
|
blob
|
history
diff --git
a/package/libao/Makefile
b/package/libao/Makefile
index
2dbe94a
..
5df454c
100644
(file)
--- a/
package/libao/Makefile
+++ b/
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 $@