unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob e1ff2fc0342385480ce69c2f4b2084a01a3d469d 486 bytes (raw)
name: gnu/packages/patches/gcc-7.1-go-runpath.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
--- gcc-7.1.0/gotools/Makefile.in
+++ gcc-7.1.0/gotools/Makefile.in
@@ -258,6 +258,6 @@
 # Use the compiler we just built.
 @NATIVE_TRUE@GOCOMPILER = $(GOC_FOR_TARGET) $(XGCC_FLAGS_FOR_TARGET)
 GOCOMPILE = $(GOCOMPILER) $(GOCFLAGS)
-AM_LDFLAGS = -L $(libgodir) -L $(libgodir)/.libs
+AM_LDFLAGS = -Wl,-rpath=$(libdir) -L $(libgodir) -L $(libgodir)/.libs
 GOLINK = $(GOCOMPILER) $(GOCFLAGS) $(AM_GOCFLAGS) $(LDFLAGS) $(AM_LDFLAGS) -o $@
 cmdsrcdir = $(srcdir)/../libgo/go/cmd
-- 
2.14.0


debug log:

solving e1ff2fc034 ...
found e1ff2fc034 in https://yhetil.org/guix-patches/20170912104447.GA3972@macbook42.flashner.co.il/

applying [1/1] https://yhetil.org/guix-patches/20170912104447.GA3972@macbook42.flashner.co.il/
diff --git a/gnu/packages/patches/gcc-7.1-go-runpath.patch b/gnu/packages/patches/gcc-7.1-go-runpath.patch
new file mode 100644
index 0000000000..e1ff2fc034

1:17: trailing whitespace.
-- 
Checking patch gnu/packages/patches/gcc-7.1-go-runpath.patch...
1:19: new blank line at EOF.
+
Applied patch gnu/packages/patches/gcc-7.1-go-runpath.patch cleanly.
warning: 2 lines add whitespace errors.

index at:
100644 e1ff2fc0342385480ce69c2f4b2084a01a3d469d	gnu/packages/patches/gcc-7.1-go-runpath.patch

(*) 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).