libvorbis: build statically

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2016-04-30 13:26:01 +02:00 committed by Lukas Rusak
parent 2c7ecdc91e
commit 758f7b554d

View File

@ -33,4 +33,8 @@ PKG_IS_ADDON="no"
PKG_AUTORECONF="yes" PKG_AUTORECONF="yes"
# package specific configure options # 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"