mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
libdvbcsa: build with -fPIC
This commit is contained in:
parent
a99405045d
commit
10639bee1a
@ -50,5 +50,7 @@ fi
|
|||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
# libdvbcsa is a bit faster without LTO, and tests will fail with gcc-5.x
|
# libdvbcsa is a bit faster without LTO, and tests will fail with gcc-5.x
|
||||||
strip_lto
|
strip_lto
|
||||||
|
|
||||||
|
export CFLAGS="$CFLAGS -fPIC"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user