From 41f6d6ab7473e4d1359f111145601763eb0a7657 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sun, 22 Nov 2020 17:24:18 +0000 Subject: [PATCH] make the build reproducible Origin: other, https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=833176 Reviewed-by: Jean Baptiste Favre Last-Update: 2016-11-18 Last-Update: 2016-11-18 Gbp-Pq: Name 0003-reproductible-build.patch --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 9fa38ec3..ccccb7ec 100644 --- a/configure.ac +++ b/configure.ac @@ -144,9 +144,9 @@ AC_ARG_WITH([build-number], # # Build environment # -build_person="`id -nu | sed -e 's/\\\\/\\\\\\\\/g'`" -build_group="`id -ng | sed -e 's/\\\\/\\\\\\\\/g'`" -build_machine="`uname -n | sed -e 's/\\\\/\\\\\\\\/g'`" +build_person="root" +build_group="root" +build_machine="localhost" AC_SUBST([build_machine]) AC_SUBST([build_person]) AC_SUBST([build_group]) -- 2.30.2