Revert "parted:host: build static"

This reverts commit e158fa00796c0af548aaa2baf6e4b570f62cad41.

something is wrong with RPi builds and I cant investigate right now.

closes #2920
This commit is contained in:
Stefan Saraev 2014-02-07 10:58:35 +02:00
parent 734e547795
commit 7c78b30ccf

View File

@ -33,19 +33,15 @@ PKG_IS_ADDON="no"
PKG_AUTORECONF="no"
PKG_CONFIGURE_OPTS_HOST="--disable-device-mapper \
--enable-static \
--disable-shared \
--without-readline \
--disable-rpath \
--with-gnu-ld"
PKG_CONFIGURE_OPTS_HOST="--disable-shared --without-readline"
PKG_CONFIGURE_OPTS_TARGET="--disable-device-mapper \
--disable-shared \
--without-readline \
--disable-rpath \
--with-gnu-ld"
PKG_CONFIGURE_OPTS_HOST="$PKG_CONFIGURE_OPTS_TARGET"
post_make_target() {
# dont build parallel
MAKEFLAGS=-j1