disable support for things we don't have (yet) explicitly (fix #3)

SVN-Revision: 2329
lede-17.01
Nicolas Thill 2005-11-04 21:03:22 +00:00
parent be5379cdf7
commit 2eeb35d020
1 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,10 @@ $(PKG_BUILD_DIR)/.configured:
--enable-static \
--disable-rpath \
--with-gnu-ld \
--disable-esd \
--disable-arts \
--disable-nas \
--disable-polyp \
);
touch $@