mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
libvorbis: build statically
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
2c7ecdc91e
commit
758f7b554d
@ -33,4 +33,8 @@ PKG_IS_ADDON="no"
|
||||
PKG_AUTORECONF="yes"
|
||||
|
||||
# package specific configure options
|
||||
PKG_CONFIGURE_OPTS_TARGET="--with-ogg=$SYSROOT_PREFIX/usr --disable-oggtest --disable-docs --disable-examples"
|
||||
PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared \
|
||||
--with-ogg=$SYSROOT_PREFIX/usr \
|
||||
--disable-oggtest \
|
||||
--disable-docs \
|
||||
--disable-examples"
|
||||
|
Loading…
x
Reference in New Issue
Block a user