mirror of
https://github.com/ivabus/pantry
synced 2024-11-09 18:15:18 +03:00
fix(zlib)
llvm17 breaks shlib support. this fixes that.
This commit is contained in:
parent
341d7803aa
commit
15d6dc7315
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue