mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
slang: disable png, zlib, pcre and oniguruma support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
7ac1120db3
commit
3e6dec890d
@ -31,6 +31,11 @@ cd $PKG_BUILD
|
||||
--exec-prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--datadir=/usr/share \
|
||||
--without-iconv \
|
||||
--without-onig \
|
||||
--without-pcre \
|
||||
--without-png \
|
||||
--without-zlib \
|
||||
|
||||
make
|
||||
$MAKEINSTALL
|
||||
|
Loading…
x
Reference in New Issue
Block a user