From 42768c4c7048a68877cd0223f7b6dedcb179a9a9 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 18 Oct 2024 09:29:54 -0300 Subject: queue.scm: Adjust scryptkdf flags --- src/org/euandre/queue.scm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/org/euandre/queue.scm b/src/org/euandre/queue.scm index cd4fe29..aaf54b5 100644 --- a/src/org/euandre/queue.scm +++ b/src/org/euandre/queue.scm @@ -1912,13 +1912,13 @@ SetEnv GIT_CONFIG_GLOBAL=/etc/gitconfig"))) (name "scryptkdf") (arguments (substitute-keyword-arguments (package-arguments scrypt) - ((#:configure-flags flags) + ((#:configure-flags flags ''()) #~(append #$flags (list + "--enable-libscrypt-kdf" "--disable-shared" "--enable-static" - "--enable-libscrypt-kdf" (string-join '("CFLAGS=" "-D_POSIX_C_SOURCE=200809L" @@ -1927,10 +1927,8 @@ SetEnv GIT_CONFIG_GLOBAL=/etc/gitconfig"))) "-O3" "-march=native" "-std=c99" - "-flto" "-Wvla" - "-fPIE")) - "LDFLAGS=--static -flto"))))))) + "-fPIE"))))))))) -- cgit v1.2.3