mirror of
https://github.com/ivabus/pantry
synced 2024-11-27 02:35:08 +03:00
parent
7d544acfde
commit
759cf2afc6
1 changed files with 2 additions and 1 deletions
|
@ -18,13 +18,14 @@ build:
|
||||||
ARGS:
|
ARGS:
|
||||||
- --prefix="{{prefix}}"
|
- --prefix="{{prefix}}"
|
||||||
- --disable-valgrind
|
- --disable-valgrind
|
||||||
|
- --disable-symvers
|
||||||
- --disable-failure-tokens
|
- --disable-failure-tokens
|
||||||
|
|
||||||
test:
|
test:
|
||||||
dependencies:
|
dependencies:
|
||||||
tea.xyz/gx/cc: c99
|
tea.xyz/gx/cc: c99
|
||||||
script: |
|
script: |
|
||||||
cc fixture.c -lcrypt -L{{prefix}}/lib
|
cc -L{{prefix}}/lib -lcrypt fixture.c
|
||||||
./a.out
|
./a.out
|
||||||
# ^^ we nee to add the -L because system lib paths come first on Linux
|
# ^^ we nee to add the -L because system lib paths come first on Linux
|
||||||
# and most linuxes have a (arcaic) libcrypt.so in /lib
|
# and most linuxes have a (arcaic) libcrypt.so in /lib
|
||||||
|
|
Loading…
Reference in a new issue