soxr: add -fPIC to CFLAGS

This commit is contained in:
Lukas Rusak 2017-06-14 12:45:25 -07:00
parent 11f4b7aee8
commit 90df9caec5
No known key found for this signature in database
GPG Key ID: 8C310C807E7393A3

View File

@ -35,3 +35,7 @@ PKG_CMAKE_OPTS_TARGET="-DHAVE_WORDS_BIGENDIAN_EXITCODE=1 \
-DBUILD_TESTS=0 \
-DBUILD_EXAMPLES=1 \
-DBUILD_SHARED_LIBS=OFF"
pre_configure_target() {
CFLAGS="$CFLAGS -fPIC"
}