File: 30_reproducible_build.patch

package info (click to toggle)
httperf 0.9.0-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,320 kB
  • sloc: sh: 8,789; ansic: 6,692; makefile: 29
file content (14 lines) | stat: -rw-r--r-- 345 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Reiner Herrmann <reiner@reiner-h.de>
Description: Remove unnecessary build date to get reproducible build

--- a/src/httperf.c
+++ b/src/httperf.c
@@ -762,7 +762,7 @@
 	  break;
 
 	case 'V':
-	  printf ("%s: httperf-"VERSION" compiled "__DATE__" with"
+	  printf ("%s: httperf-"VERSION" compiled with"
 #ifndef DEBUG
 		  "out"
 #endif