From: Reiner Herrmann Date: Thu, 16 Apr 2020 16:32:04 +0000 (+0100) Subject: make the build reproducible X-Git-Tag: archive/raspbian/8.0.7+ds-1+rpi1^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9bb5253938db7f8ded80c6df5b77ceac4f08c883;p=trafficserver.git 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 --- diff --git a/configure.ac b/configure.ac index 9f7616a0..59a7990b 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])