aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/patches/make-build-reproducable.patch9
1 files changed, 3 insertions, 6 deletions
diff --git a/debian/patches/make-build-reproducable.patch b/debian/patches/make-build-reproducable.patch
index ef85bfa8..5ad40597 100644
--- a/debian/patches/make-build-reproducable.patch
+++ b/debian/patches/make-build-reproducable.patch
@@ -20,15 +20,12 @@ Last-Update: 2017-07-14
#define LIBDIR "@CMAKE_INSTALL_LIBDIR@"
--- a/hardinfo/hardinfo.c
+++ b/hardinfo/hardinfo.c
-@@ -52,10 +52,9 @@ int main(int argc, char **argv)
- " BinReloc enabled: %s\n"
- " Data prefix: %s\n"
- " Library prefix: %s\n"
-- " Compiled on: %s %s (%s)\n"),
+@@ -55,7 +55,7 @@ int main(int argc, char **argv)
+ " Compiled on: %s %s (%s)\n"),
RELEASE ? _("Yes") : "No (" VERSION ")", ARCH,
ENABLE_BINRELOC ? _("Yes") : _("No"),
- PREFIX, LIBPREFIX, PLATFORM, KERNEL, HOSTNAME);
-+ PREFIX, LIBPREFIX);
++ PREFIX, LIBPREFIX, "", "", "");
DEBUG(" Debugging is enabled.");