From 88a171b1a2b8ca5e24bfb89a96446fd4a1f0e3f3 Mon Sep 17 00:00:00 2001 From: Dominik Honnef Date: Tue, 8 Jul 2014 13:09:13 +0200 Subject: [PATCH] mupdf: compile with -fPIC --- srcpkgs/mupdf/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/mupdf/template b/srcpkgs/mupdf/template index 413a0d216d8..8aeeede7cf4 100644 --- a/srcpkgs/mupdf/template +++ b/srcpkgs/mupdf/template @@ -25,6 +25,7 @@ do_configure() { } do_build() { + CFLAGS+=" -fPIC" if [ "$CROSS_BUILD" ]; then make CROSSCOMPILE=yes CURL_LIBS='-lcurl -lpthread' build=release else