deterministic perl support
This commit is contained in:
parent
f4350e4cfe
commit
f0b5724a34
|
@ -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' \
|
||||
|
|
Reference in New Issue