clean up unneeded configure opts

This commit is contained in:
Stefan Saraev 2013-10-11 20:01:20 +03:00 committed by Stephan Raue
parent ca97416124
commit 484c79f22a
3 changed files with 1 additions and 7 deletions

View File

@ -49,8 +49,6 @@ fi
PKG_CONFIGURE_OPTS_TARGET="--disable-dependency-tracking \
--disable-silent-rules \
--enable-shared \
--disable-static \
--enable-library \
--enable-usb \
--enable-udev \

View File

@ -36,9 +36,7 @@ PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
PKG_CONFIGURE_OPTS_TARGET="--disable-static \
--enable-shared \
--disable-device-mapper \
PKG_CONFIGURE_OPTS_TARGET="--disable-device-mapper \
--without-readline \
--disable-rpath \
--with-gnu-ld"

View File

@ -35,5 +35,3 @@ PKG_LONGDESC="yaml is the next generation YAML parser and emitter."
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
PKG_CONFIGURE_OPTS_TARGET="--disable-static --enable-shared"