projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
add ntpclient hotplug script from whiterussian
[openwrt.git]
/
openwrt
/
package
/
libao
/
Makefile
diff --git
a/openwrt/package/libao/Makefile
b/openwrt/package/libao/Makefile
index
44d010c
..
5df454c
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 \
--enable-static \
--disable-rpath \
--with-gnu-ld \
+ --disable-esd \
+ --disable-arts \
+ --disable-nas \
+ --disable-polyp \
);
touch $@
);
touch $@
@@
-87,8
+91,8
@@
uninstall-dev:
$(STAGING_DIR)/usr/lib/libao.so* \
$(STAGING_DIR)/usr/lib/pkgconfig/ao.pc \
$(STAGING_DIR)/usr/lib/libao.so* \
$(STAGING_DIR)/usr/lib/pkgconfig/ao.pc \
-compile: install-dev
-clean: uninstall-dev
+compile
-targets
: install-dev
+clean
-targets
: uninstall-dev
mostlyclean:
-$(MAKE) -C $(PKG_BUILD_DIR) clean
mostlyclean:
-$(MAKE) -C $(PKG_BUILD_DIR) clean
This page took
0.022062 seconds
and
4
git commands to generate.