File tree Expand file tree Collapse file tree 8 files changed +7
-9
lines changed Expand file tree Collapse file tree 8 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ RUN curl -SL https://cpan.metacpan.org/authors/id/R/RJ/RJBS/perl-5.18.4.tar.bz2
12
12
&& tar --strip-components=1 -xjf perl-5.18.4.tar.bz2 -C /usr/src/perl \
13
13
&& rm perl-5.18.4.tar.bz2 /tmp/sha1.txt
14
14
15
- # ccflags=-fwrapv is needed for gcc 4.9, and added by Configure automatically in 5.20+
16
- RUN ./Configure -Dusethreads -A ccflags=-fwrapv -Duse64bitall -des \
15
+ RUN ./Configure -Dusethreads -Duse64bitall -A ccflags=-fwrapv -des \
17
16
&& make -j$(nproc) \
18
17
&& TEST_JOBS=$(nproc) make test_harness \
19
18
&& make install \
Original file line number Diff line number Diff line change 1
- 69c34558a0a939a7adbbc1de48c06ea418d81e27 perl-5.18.4.tar.bz2
1
+ 69c34558a0a939a7adbbc1de48c06ea418d81e27 perl-5.18.4.tar.bz2
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ RUN curl -SL https://cpan.metacpan.org/authors/id/R/RJ/RJBS/perl-5.18.4.tar.bz2
12
12
&& tar --strip-components=1 -xjf perl-5.18.4.tar.bz2 -C /usr/src/perl \
13
13
&& rm perl-5.18.4.tar.bz2 /tmp/sha1.txt
14
14
15
- # ccflags=-fwrapv is needed for gcc 4.9, and added by Configure automatically in 5.20+
16
15
RUN ./Configure -Duse64bitall -A ccflags=-fwrapv -des \
17
16
&& make -j$(nproc) \
18
17
&& TEST_JOBS=$(nproc) make test_harness \
Original file line number Diff line number Diff line change 1
- 69c34558a0a939a7adbbc1de48c06ea418d81e27 perl-5.18.4.tar.bz2
1
+ 69c34558a0a939a7adbbc1de48c06ea418d81e27 perl-5.18.4.tar.bz2
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN curl -SL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.20.1.tar.bz2
12
12
&& tar --strip-components=1 -xjf perl-5.20.1.tar.bz2 -C /usr/src/perl \
13
13
&& rm perl-5.20.1.tar.bz2 /tmp/sha1.txt
14
14
15
- RUN ./Configure -Dusethreads -Duse64bitall -des \
15
+ RUN ./Configure -Dusethreads -Duse64bitall -des \
16
16
&& make -j$(nproc) \
17
17
&& TEST_JOBS=$(nproc) make test_harness \
18
18
&& make install \
Original file line number Diff line number Diff line change 1
- cd424d1520ba2686fe5d4422565aaf880e9467f6 perl-5.20.1.tar.bz2
1
+ cd424d1520ba2686fe5d4422565aaf880e9467f6 perl-5.20.1.tar.bz2
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ RUN curl -SL https://cpan.metacpan.org/authors/id/S/SH/SHAY/perl-5.20.1.tar.bz2
12
12
&& tar --strip-components=1 -xjf perl-5.20.1.tar.bz2 -C /usr/src/perl \
13
13
&& rm perl-5.20.1.tar.bz2 /tmp/sha1.txt
14
14
15
- RUN ./Configure -Duse64bitall -des \
15
+ RUN ./Configure -Duse64bitall -des \
16
16
&& make -j$(nproc) \
17
17
&& TEST_JOBS=$(nproc) make test_harness \
18
18
&& make install \
Original file line number Diff line number Diff line change 1
- cd424d1520ba2686fe5d4422565aaf880e9467f6 perl-5.20.1.tar.bz2
1
+ cd424d1520ba2686fe5d4422565aaf880e9467f6 perl-5.20.1.tar.bz2
You can’t perform that action at this time.
0 commit comments