diff options
Diffstat (limited to 'net/uanytun/patches/100-reproducible-builds.patch')
-rw-r--r-- | net/uanytun/patches/100-reproducible-builds.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/uanytun/patches/100-reproducible-builds.patch b/net/uanytun/patches/100-reproducible-builds.patch new file mode 100644 index 000000000..a5aa864ae --- /dev/null +++ b/net/uanytun/patches/100-reproducible-builds.patch @@ -0,0 +1,12 @@ +Index: uanytun-0.3.5/src/options.c +=================================================================== +--- uanytun-0.3.5.orig/src/options.c ++++ uanytun-0.3.5/src/options.c +@@ -481,7 +481,6 @@ void options_print_usage() + void options_print_version() + { + printf("%s\n", VERSION_STRING_0); +- printf("%s\n", VERSION_STRING_1); + } + + void options_print(options_t* opt) |