libdvbcsa: build with -fPIC

This commit is contained in:
MilhouseVH 2016-03-18 00:05:52 +00:00
parent a99405045d
commit 10639bee1a

View File

@ -50,5 +50,7 @@ fi
pre_configure_target() {
# libdvbcsa is a bit faster without LTO, and tests will fail with gcc-5.x
strip_lto
export CFLAGS="$CFLAGS -fPIC"
}