fix(zlib)

llvm17 breaks shlib support. this fixes that.
This commit is contained in:
Jacob Heider 2023-12-21 15:33:46 -05:00 committed by Jacob Heider
parent 341d7803aa
commit 15d6dc7315

View file

@ -10,8 +10,11 @@ build:
./configure --prefix="{{prefix}}"
make --jobs {{ hw.concurrency }} install
env:
linux/aarch64:
CFLAGS: '$CFLAGS -fPIC'
linux:
CFLAGS:
- -fPIC
# undefined symbol errors in newer llvms prevent building shared libs
- -Wl,--undefined-version
test:
script: |