diff --git a/projects/github.com/besser82/libxcrypt/package.yml b/projects/github.com/besser82/libxcrypt/package.yml index 0af37374..3472bf50 100644 --- a/projects/github.com/besser82/libxcrypt/package.yml +++ b/projects/github.com/besser82/libxcrypt/package.yml @@ -18,13 +18,14 @@ build: ARGS: - --prefix="{{prefix}}" - --disable-valgrind + - --disable-symvers - --disable-failure-tokens test: dependencies: tea.xyz/gx/cc: c99 script: | - cc fixture.c -lcrypt -L{{prefix}}/lib + 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