mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
1e92d311c3
* 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.
14 lines
539 B
Diff
14 lines
539 B
Diff
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
|