Package: httperf / 0.9.0-9

30_reproducible_build.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Author: Reiner Herrmann <[email protected]>
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