mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
Revert "parted:host: build static"
This reverts commit e158fa0079.
something is wrong with RPi builds and I cant investigate right now.
closes #2920
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user