mupdf: compile with -fPIC

This commit is contained in:
Dominik Honnef 2014-07-08 13:09:13 +02:00
parent eebaa8b0c7
commit 88a171b1a2

View file

@ -25,6 +25,7 @@ do_configure() {
}
do_build() {
CFLAGS+=" -fPIC"
if [ "$CROSS_BUILD" ]; then
make CROSSCOMPILE=yes CURL_LIBS='-lcurl -lpthread' build=release
else