X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/f3ff1dc9618a34338ae97ba6a57ab7532fe50f3b..914c93985cb4416ec2544d59ef7523c78ccd5eb6:/package/libao/Makefile diff --git a/package/libao/Makefile b/package/libao/Makefile index 44d010cc7..5df454c7c 100644 --- 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 $@ @@ -87,8 +91,8 @@ uninstall-dev: $(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