libvorbis: compile with -fPIC

This commit is contained in:
awiouy 2017-06-20 19:34:27 +02:00
parent e855d1ea11
commit 5bdb65cffa

View File

@ -36,3 +36,7 @@ PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared \
--disable-oggtest \ --disable-oggtest \
--disable-docs \ --disable-docs \
--disable-examples" --disable-examples"
pre_configure_target() {
export CFLAGS="$CFLAGS -fPIC"
}