From 6a8a8a86169ee36c7e0e8574d5a91dfdc350d6fe Mon Sep 17 00:00:00 2001 From: Aron Xu Date: Wed, 30 Jan 2019 13:45:09 +0000 Subject: [PATCH] reproductible-build 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 32d1b3f5..55179958 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