mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
sed: force disabling ACLK and selinux support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
59d5ad4e0a
commit
67f927cea1
@ -26,6 +26,9 @@ cd $PKG_BUILD
|
||||
./configure --host=$HOST_NAME \
|
||||
--build=$HOST_NAME \
|
||||
--prefix=$ROOT/$TOOLCHAIN \
|
||||
--disable-nls
|
||||
--disable-nls \
|
||||
--disable-acl \
|
||||
--without-selinux
|
||||
|
||||
make
|
||||
make -C sed install
|
||||
|
Loading…
x
Reference in New Issue
Block a user