Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
zlib: compile with -fPIC to make lld work
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Jul 3, 2021
1 parent d651237 commit 5ad1194
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/zlib/build
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh -e

export CFLAGS="$CFLAGS -fPIC"

./configure \
--prefix=/usr \
--libdir=/usr/lib \
Expand Down

0 comments on commit 5ad1194

Please sign in to comment.