mupdf: compile with -fPIC
This commit is contained in:
parent
eebaa8b0c7
commit
88a171b1a2
|
@ -25,6 +25,7 @@ do_configure() {
|
|||
}
|
||||
|
||||
do_build() {
|
||||
CFLAGS+=" -fPIC"
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
make CROSSCOMPILE=yes CURL_LIBS='-lcurl -lpthread' build=release
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue