diff options
| author | Nguyễn Gia Phong <cnx@loang.net> | 2025-02-14 13:46:30 +0900 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-02-14 13:46:30 +0900 |
| commit | c336fdfa6ca6b33015f6bdc6e460d754e7f2c907 (patch) | |
| tree | 376c995213d07acbfcc81ae3e158d49653524f13 | |
| parent | 3b1b2f5ee155d69801f4cb7fa0de8fbf2cdd55b7 (diff) | |
| download | loftix-c336fdfa6ca6b33015f6bdc6e460d754e7f2c907.tar.gz | |
Link libjpeg-turbo's executable statically
| -rw-r--r-- | loftix/bugs.scm | 3 |
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 |
