unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 79bdc959ff2e6488f26d9ec0066923223325b6e6 529 bytes (raw)
name: gnu/packages/patches/execline-fix-gen-deps.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
diff -NurbB execline-2.1.2.2.orig/tools/gen-deps.sh execline-2.1.2.2/tools/gen-deps.sh
--- execline-2.1.2.2.orig/tools/gen-deps.sh	2015-01-13 23:18:13.000000000 +0100
+++ execline-2.1.2.2/tools/gen-deps.sh	2015-06-25 23:22:17.527553350 +0200
@@ -71,7 +71,7 @@
       if echo $dep | grep -q -- \\.o$ ; then
         dep="src/$dir/$dep"
       fi
-      if echo $dep | grep -q '^\${.*_LIB}' ; then
+      if echo $dep | grep -qE '^\${.*_LIB}|^-l|^\${LIB.*}' ; then
         libs="$libs $dep"
       else
         deps="$deps $dep"

debug log:

solving 79bdc95 ...
found 79bdc95 in https://yhetil.org/guix-devel/CAGv_=BpeYcDfMyjc2pxwEijEJUh3Yxgk7KS-eZKHMv+vrYFo1g@mail.gmail.com/

applying [1/1] https://yhetil.org/guix-devel/CAGv_=BpeYcDfMyjc2pxwEijEJUh3Yxgk7KS-eZKHMv+vrYFo1g@mail.gmail.com/
diff --git a/gnu/packages/patches/execline-fix-gen-deps.patch b/gnu/packages/patches/execline-fix-gen-deps.patch
new file mode 100644
index 0000000..79bdc95

Checking patch gnu/packages/patches/execline-fix-gen-deps.patch...
Applied patch gnu/packages/patches/execline-fix-gen-deps.patch cleanly.

index at:
100644 79bdc959ff2e6488f26d9ec0066923223325b6e6	gnu/packages/patches/execline-fix-gen-deps.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).