mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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.
This commit is contained in:
parent
18142e23e8
commit
1e92d311c3
3 changed files with 18 additions and 1 deletions
14
gnu/packages/patches/randomjungle-disable-static-build.patch
Normal file
14
gnu/packages/patches/randomjungle-disable-static-build.patch
Normal file
|
@ -0,0 +1,14 @@
|
|||
Drop build time dependency on the static executables.
|
||||
|
||||
--- a/src/Makefile.in 2018-11-25 20:27:10.691508925 +0100
|
||||
+++ b/src/Makefile.in 2018-11-25 20:27:43.565631413 +0100
|
||||
@@ -34,8 +34,7 @@
|
||||
POST_UNINSTALL = :
|
||||
build_triplet = @build@
|
||||
host_triplet = @host@
|
||||
-bin_PROGRAMS = rjungle$(EXEEXT) rjungle_static$(EXEEXT) \
|
||||
- rjunglesparse$(EXEEXT) rjunglesparse_static$(EXEEXT)
|
||||
+bin_PROGRAMS = rjungle$(EXEEXT) rjunglesparse$(EXEEXT)
|
||||
subdir = src
|
||||
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
|
||||
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
Loading…
Add table
Add a link
Reference in a new issue