unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 3de6c269fd0f690bb782b99b37f64303be187547 539 bytes (raw)
name: patches/randomjungle-disable-static-build.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
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

debug log:

solving 3de6c269fd0f690bb782b99b37f64303be187547 ...
found 3de6c269fd0f690bb782b99b37f64303be187547 in https://git.savannah.gnu.org/cgit/guix.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).