Skip to content

Commit

Permalink
soxr: add fPIC cflags
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Malaterre <malat@debian.org>
  • Loading branch information
malaterre committed May 19, 2017
1 parent 0c67b34 commit 6f3e07b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/audio/soxr/package.mk
Expand Up @@ -37,3 +37,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"
}

0 comments on commit 6f3e07b

Please sign in to comment.