mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 20:56:55 +00:00
libvorbis: compile with -fPIC
This commit is contained in:
parent
89248156b3
commit
69b71ee3bb
@ -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"
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user