mirror of
https://github.com/ivabus/pantry
synced 2024-11-12 19:45:19 +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}}"
|
./configure --prefix="{{prefix}}"
|
||||||
make --jobs {{ hw.concurrency }} install
|
make --jobs {{ hw.concurrency }} install
|
||||||
env:
|
env:
|
||||||
linux/aarch64:
|
linux:
|
||||||
CFLAGS: '$CFLAGS -fPIC'
|
CFLAGS:
|
||||||
|
- -fPIC
|
||||||
|
# undefined symbol errors in newer llvms prevent building shared libs
|
||||||
|
- -Wl,--undefined-version
|
||||||
|
|
||||||
test:
|
test:
|
||||||
script: |
|
script: |
|
||||||
|
|
Loading…
Reference in a new issue