util-linux:host: build static

This commit is contained in:
Stephan Raue 2014-08-24 18:34:06 +03:00
parent 52bf2cf356
commit 0860d11d1a

View File

@ -90,7 +90,9 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-gtk-doc \
--without-python \
--without-systemdsystemunitdir"
PKG_CONFIGURE_OPTS_HOST="$PKG_CONFIGURE_OPTS_TARGET"
PKG_CONFIGURE_OPTS_HOST="$PKG_CONFIGURE_OPTS_TARGET \
--enable-static --disable-shared"
PKG_CONFIGURE_OPTS_INIT="$PKG_CONFIGURE_OPTS_TARGET \
--enable-static --disable-shared \
--disable-libsmartcols "