aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Quigley <tsimonq2@ubuntu.com>2017-07-14 06:25:42 -0500
committerSimon Quigley <tsimonq2@ubuntu.com>2017-07-14 06:25:42 -0500
commit21a53faf18b01a65a341115000e97d70b37c750c (patch)
tree93a1b21b97c3ae8a330a255f8a85d563b25dfa7e
parent96bfb5a09ce986550f8d72381c47aadba06ba9e0 (diff)
Fix reproducability patch so it will build.
-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.");