zlib: compile with -fPIC to make lld work

This commit is contained in:
Dylan Araps 2021-07-03 18:33:48 +00:00
parent d6512372de
commit 5ad1194dbb
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh -e
export CFLAGS="$CFLAGS -fPIC"
./configure \
--prefix=/usr \
--libdir=/usr/lib \