From: Reiner Herrmann Date: Thu, 15 Jul 2021 19:48:17 +0000 (+0100) Subject: make the build reproducible X-Git-Tag: archive/raspbian/8.1.1+ds-1.1+rpi1^2~12 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a0a73c7de567053e3c244a30977457bb84ff213d;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 617cf6e0..b8fb25da 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])