mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Merge pull request #24 from MilhouseVH/master
libdvbcsa: build with -fPIC
This commit is contained in:
commit
20c54c60e5
@ -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