unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 3b69c7b0bd52a1fe6b93a6181fb6c46fb94979cf 516 bytes (raw)
name: patches/mutt-store-references.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
 
By default 'mutt' embeds configure flags and the output of 'gcc -v',
which contains the store file name of Bash and GCC.  This patch makes
sure we don't embed a reference to these in 'mutt'.

--- mutt-1.5.23/txt2c.sh	2015-06-26 22:56:56.500731643 +0200
+++ mutt-1.5.23/txt2c.sh	2015-06-26 22:57:26.664583900 +0200
@@ -21,6 +21,8 @@ txt2c_fallback () {
 	echo ";"
 }
 
+echo "unsigned char $1[] = \"value of '$1' not kept\";"
+exit 0
 ./txt2c test </dev/null >/dev/null 2>&1 &&
 ./txt2c "$1" ||
 txt2c_fallback "$1"


debug log:

solving 3b69c7b0bd52a1fe6b93a6181fb6c46fb94979cf ...
found 3b69c7b0bd52a1fe6b93a6181fb6c46fb94979cf 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).