projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Corrected missing dependency
[openwrt.git]
/
package
/
libao
/
Makefile
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 $@
This page took
0.02025 seconds
and
4
git commands to generate.