sed: force disabling ACLK and selinux support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-01-05 11:11:03 +01:00
parent 59d5ad4e0a
commit 67f927cea1

View File

@ -26,6 +26,9 @@ cd $PKG_BUILD
./configure --host=$HOST_NAME \ ./configure --host=$HOST_NAME \
--build=$HOST_NAME \ --build=$HOST_NAME \
--prefix=$ROOT/$TOOLCHAIN \ --prefix=$ROOT/$TOOLCHAIN \
--disable-nls --disable-nls \
--disable-acl \
--without-selinux
make make
make -C sed install make -C sed install