mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(gcrypt)
not building shared on linux
This commit is contained in:
parent
2a02f0bedc
commit
4b85e66fea
1 changed files with 10 additions and 6 deletions
|
@ -18,19 +18,23 @@ provides:
|
|||
build:
|
||||
dependencies:
|
||||
gnupg.org/libgpg-error: 1
|
||||
darwinsys.com/file: '*' # needed for configure to build dylibs
|
||||
linux:
|
||||
llvm.org: <17 # symbol not defined
|
||||
script: |
|
||||
./configure $ARGS
|
||||
make
|
||||
make check
|
||||
make install
|
||||
script:
|
||||
- ./configure $ARGS
|
||||
- make
|
||||
- make check
|
||||
- make install
|
||||
env:
|
||||
CC: clang
|
||||
CXX: clang++
|
||||
LD: clang
|
||||
ARGS:
|
||||
- --prefix={{prefix}}
|
||||
- --enable-static
|
||||
- --enable-shared
|
||||
linux:
|
||||
LD: ld.lld
|
||||
linux/x86-64:
|
||||
ARGS:
|
||||
# basic.c:317:16: error: inline assembly requires more registers than available
|
||||
|
|
Loading…
Reference in a new issue