Merge pull request #24 from MilhouseVH/master

libdvbcsa: build with -fPIC
This commit is contained in:
MilhouseVH 2016-03-18 00:19:34 +00:00
commit 20c54c60e5

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