zlib: compile -fPIE

This commit is contained in:
Dylan Araps 2020-02-10 23:28:13 +02:00
parent 34f29d7fb2
commit b80d5bd08d
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
2 changed files with 3 additions and 1 deletions

View File

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

View File

@ -1 +1 @@
1.2.11 1
1.2.11 2