From 759cf2afc651f5715f8dd5f224af0a151200e19b Mon Sep 17 00:00:00 2001 From: Jacob Heider Date: Fri, 21 Apr 2023 03:15:06 -0400 Subject: [PATCH] fix(xcrypt) (#1526) * fix(xcrypt) * disable symvers --- projects/github.com/besser82/libxcrypt/package.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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