Source: tcptraceroute
Version: 1.5beta7+debian-4
Severity: wishlist
Tags: patch
User: reproducible-bui...@lists.alioth.debian.org
Usertags: uname
X-Debbugs-Cc: reproducible-bui...@lists.alioth.debian.org

Hi!

While working on the "reproducible builds" effort [1], we have noticed
that tcptraceroute could not be built reproducibly.
It embeds the host architecture into the binary.

The attached patch removes this.

Regards,
 Reiner

[1]: https://wiki.debian.org/ReproducibleBuilds
diff --git a/main.c b/main.c
index 8f4dbe2..6ede131 100644
--- a/main.c
+++ b/main.c
@@ -407,7 +407,7 @@ int main(int argc, char **argv)
 
 			case 'd':
 				o_debug++;
-				debug("%s %s, %s\n", PACKAGE, VERSION, TARGET);
+				debug("%s %s\n", PACKAGE, VERSION);
 				debug("Compiled with libpcap %s, libnet %s (API %d)\n",
 					pcap_version, LIBNET_VERSION, LIBNET_API_VERSION);
 				break;

Attachment: signature.asc
Description: Digital signature

Reply via email to