unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob d7d91301e1a747a835991d015a4c097bbaead973 474 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
 
--- 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

debug log:

solving d7d91301e ...
found d7d91301e in https://yhetil.org/guix-patches/20170824205146.GM2484@macbook42.flashner.co.il/

applying [1/1] https://yhetil.org/guix-patches/20170824205146.GM2484@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 000000000..d7d91301e

Checking patch gnu/packages/patches/gcc-7.1-go-runpath.patch...
Applied patch gnu/packages/patches/gcc-7.1-go-runpath.patch cleanly.

index at:
100644 d7d91301e1a747a835991d015a4c097bbaead973	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).