diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-11-25 20:36:44 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-11-25 20:38:34 +0100 |
commit | 1e92d311c3e43827a76f5bc9a43def7f7690f8c1 (patch) | |
tree | c00e599e6dc4ba3e9e4a314ff4065ba83cba8a27 /gnu/local.mk | |
parent | 18142e23e8ee55d996d9d4ed1113f3d13e81f234 (diff) | |
download | guix-1e92d311c3e43827a76f5bc9a43def7f7690f8c1.tar guix-1e92d311c3e43827a76f5bc9a43def7f7690f8c1.tar.gz |
gnu: randomjungle: Do not build static binaries.
* gnu/packages/patches/randomjungle-disable-static-build.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/machine-learning.scm (randomjungle)[source](patches): Add it.
[arguments]: Add "--disable-static" to #:configure-flags.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 8b673fdd8a..5034727ac2 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1115,6 +1115,7 @@ dist_patch_DATA = \ %D%/packages/patches/quilt-compat-getopt-fix-second-separator.patch \ %D%/packages/patches/quilt-compat-getopt-fix-option-with-nondigit-param.patch \ %D%/packages/patches/qtwebkit-pbutils-include.patch \ + %D%/packages/patches/randomjungle-disable-static-build.patch \ %D%/packages/patches/rapicorn-isnan.patch \ %D%/packages/patches/raptor2-heap-overflow.patch \ %D%/packages/patches/ratpoison-shell.patch \ |