From: Reiner Herrmann Date: Sat, 29 Oct 2022 12:33:47 +0000 (+0100) Subject: make the build reproducible X-Git-Tag: archive/raspbian/8.0.2+ds-1+rpi1+deb10u7^2~26 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=348222329500582f44731e140340e4ecc66688b5;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 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])