deterministic perl support

This commit is contained in:
Lance Vick 2024-01-29 16:03:19 -08:00
parent f4350e4cfe
commit f0b5724a34
Signed by: lrvick
GPG Key ID: 8E47A1EC35A1551D
1 changed files with 7 additions and 0 deletions

View File

@ -22,6 +22,13 @@ FROM fetch as build
RUN tar -xf perl-${SRC_VERSION}.tar.xz
WORKDIR perl-${SRC_VERSION}
RUN set -eux; \
printf "\
osvers=\"gnulinux\"\n\
myuname=\"dummy_uname\"\n\
myhostname=\"builder\"\n\
cf_by=\"builder\"\n\
cf_time=\"0\"" \
> config.over; \
./Configure \
-des \
-Dcccdlflags='-fPIC' \