mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
fix(svn)
This commit is contained in:
parent
5a53b094fe
commit
34394e8a94
2 changed files with 3 additions and 2 deletions
|
@ -14,13 +14,13 @@ dependencies:
|
|||
kerberos.org: ^1.20
|
||||
sqlite.org: ^3
|
||||
zlib.net: ^1.2
|
||||
apache.org/apr-util: ^1
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
freedesktop.org/pkg-config: ^0.29
|
||||
tea.xyz/gx/cc: c99
|
||||
tea.xyz/gx/make: '*'
|
||||
apache.org/apr-util: ^1
|
||||
apache.org/apr: ^1
|
||||
swig.org: ^4
|
||||
python.org: ^3.11
|
||||
|
|
|
@ -24,7 +24,8 @@ test:
|
|||
dependencies:
|
||||
tea.xyz/gx/cc: c99
|
||||
script: |
|
||||
cc fixture.c -lcrypt -L{{prefix}}/lib
|
||||
nm -D {{prefix}}/lib/libcrypt.so
|
||||
cc -L{{prefix}}/lib -lcrypt fixture.c
|
||||
./a.out
|
||||
# ^^ we nee to add the -L because system lib paths come first on Linux
|
||||
# and most linuxes have a (arcaic) libcrypt.so in /lib
|
||||
|
|
Loading…
Reference in a new issue