about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2025-02-14 13:46:30 +0900
committerNguyễn Gia Phong <cnx@loang.net>2025-02-14 13:46:30 +0900
commitc336fdfa6ca6b33015f6bdc6e460d754e7f2c907 (patch)
tree376c995213d07acbfcc81ae3e158d49653524f13
parent3b1b2f5ee155d69801f4cb7fa0de8fbf2cdd55b7 (diff)
downloadloftix-c336fdfa6ca6b33015f6bdc6e460d754e7f2c907.tar.gz
Link libjpeg-turbo's executable statically
-rw-r--r--loftix/bugs.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/loftix/bugs.scm b/loftix/bugs.scm
index 57f484a..fff543b 100644
--- a/loftix/bugs.scm
+++ b/loftix/bugs.scm
@@ -59,7 +59,8 @@
                (base32
                 "0a5m0psfp5952y5vrcs0nbdz1y9wqzg2ms0xwrx752034wxr964h"))))
     (build-system gnu-build-system)
-    (arguments '(#:test-target "test"))))
+    (arguments '(#:make-flags '("LDFLAGS=-static")
+                 #:test-target "test"))))
 
 (define-public libxml2-2.9.4
   (package