mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-05 13:34:19 +00:00
disable support for things we don't have (yet) explicitly (fix #3)
SVN-Revision: 2329
This commit is contained in:
parent
be5379cdf7
commit
2eeb35d020
@ -49,6 +49,10 @@ $(PKG_BUILD_DIR)/.configured:
|
|||||||
--enable-static \
|
--enable-static \
|
||||||
--disable-rpath \
|
--disable-rpath \
|
||||||
--with-gnu-ld \
|
--with-gnu-ld \
|
||||||
|
--disable-esd \
|
||||||
|
--disable-arts \
|
||||||
|
--disable-nas \
|
||||||
|
--disable-polyp \
|
||||||
);
|
);
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user