From 21a53faf18b01a65a341115000e97d70b37c750c Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Fri, 14 Jul 2017 06:25:42 -0500 Subject: Fix reproducability patch so it will build. --- debian/patches/make-build-reproducable.patch | 9 +++------ 1 file 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."); -- cgit v1.2.3