libvorbis: compile with -fPIC

This commit is contained in:
awiouy 2017-06-20 19:34:27 +02:00
parent 89248156b3
commit 69b71ee3bb

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"
}