From c7355fea81a5aceeb6257e2def0e0b41838ca536 Mon Sep 17 00:00:00 2001 From: Stefan Saraev Date: Mon, 16 Sep 2013 22:14:55 +0300 Subject: [PATCH] util-linux: add host configure opts ... for utl-linux:host --- packages/sysutils/util-linux/package.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/sysutils/util-linux/package.mk b/packages/sysutils/util-linux/package.mk index dc2c2cce47..c7805bf325 100644 --- a/packages/sysutils/util-linux/package.mk +++ b/packages/sysutils/util-linux/package.mk @@ -98,6 +98,8 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-gtk-doc \ --without-utempter \ --without-systemdsystemunitdir" +PKG_CONFIGURE_OPTS_HOST="$PKG_CONFIGURE_OPTS_TARGET" + post_makeinstall_target() { rm -rf $INSTALL/usr/bin rm -rf $INSTALL/usr/sbin