unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob e82d0819bb67cc28c08020ce65bffa53925e66fa 844 bytes (raw)
name: gnu/packages/patches/dbacl-icheck-multiple-definitions.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
 
From f5df6813e305372e25b8a2124c491293a176e115 Mon Sep 17 00:00:00 2001
From: Danny O'Brien <danny@spesh.com>
Date: Fri, 3 Feb 2023 16:48:59 -0800
Subject: [PATCH] Fix failing build of icheck.

Building icheck fails with a duplicate symbol definition 
error. This allows the icheck executable to compile.

Submitted upstream[1] but not yet moderated/accepted.

[1] https://sourceforge.net/p/dbacl/discussion/239876/thread/87636b0114/

---
 src/icheck.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/icheck.c b/src/icheck.c
index efbb6a5..12a3b7a 100644
--- a/src/icheck.c
+++ b/src/icheck.c
@@ -39,9 +39,6 @@ extern regex_count_t regex_count;
 extern empirical_t empirical;
 
 extern int cmd;
-char *progname = "icheck";
-char *inputfile = "";
-long inputline = 0;
 
 extern long system_pagesize;
 extern void *in_iobuf;
-- 
2.39.1


debug log:

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