Skip to content

Commit 30e529b

Browse files
committed
Applied -Duseshrplib to all Dockerfiles
1 parent e2fb1be commit 30e529b

File tree

16 files changed

+16
-16
lines changed

16 files changed

+16
-16
lines changed

5.008.009-64bit,threaded/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN curl -SL https://cpan.metacpan.org/authors/id/N/NW/NWCLARK/perl-5.8.9.tar.bz
1414
&& tar --strip-components=1 -xjf perl-5.8.9.tar.bz2 -C /usr/src/perl \
1515
&& rm perl-5.8.9.tar.bz2 \
1616
&& cat *.patch | patch -p1 \
17-
&& ./Configure -Dusethreads -Duse64bitall -A ccflags=-fwrapv -des \
17+
&& ./Configure -Dusethreads -Duse64bitall -Duseshrplib -A ccflags=-fwrapv -des \
1818
&& make -j$(nproc) \
1919
&& make test_harness \
2020
&& make install \

5.008.009-64bit/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN curl -SL https://cpan.metacpan.org/authors/id/N/NW/NWCLARK/perl-5.8.9.tar.bz
1414
&& tar --strip-components=1 -xjf perl-5.8.9.tar.bz2 -C /usr/src/perl \
1515
&& rm perl-5.8.9.tar.bz2 \
1616
&& cat *.patch | patch -p1 \
17-
&& ./Configure -Duse64bitall -A ccflags=-fwrapv -des \
17+
&& ./Configure -Duse64bitall -Duseshrplib -A ccflags=-fwrapv -des \
1818
&& make -j$(nproc) \
1919
&& make test_harness \
2020
&& make install \

5.010.001-64bit,threaded/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN curl -SL https://cpan.metacpan.org/authors/id/D/DA/DAPM/perl-5.10.1.tar.bz2
1414
&& tar --strip-components=1 -xjf perl-5.10.1.tar.bz2 -C /usr/src/perl \
1515
&& rm perl-5.10.1.tar.bz2 \
1616
&& cat *.patch | patch -p1 \
17-
&& ./Configure -Dusethreads -Duse64bitall -A ccflags=-fwrapv -des \
17+
&& ./Configure -Dusethreads -Duse64bitall -Duseshrplib -A ccflags=-fwrapv -des \
1818
&& make -j$(nproc) \
1919
&& make test_harness \
2020
&& make install \

5.010.001-64bit/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN curl -SL https://cpan.metacpan.org/authors/id/D/DA/DAPM/perl-5.10.1.tar.bz2
1414
&& tar --strip-components=1 -xjf perl-5.10.1.tar.bz2 -C /usr/src/perl \
1515
&& rm perl-5.10.1.tar.bz2 \
1616
&& cat *.patch | patch -p1 \
17-
&& ./Configure -Duse64bitall -A ccflags=-fwrapv -des \
17+
&& ./Configure -Duse64bitall -Duseshrplib -A ccflags=-fwrapv -des \
1818
&& make -j$(nproc) \
1919
&& make test_harness \
2020
&& make install \

5.012.005-64bit,threaded/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN curl -SL https://cpan.metacpan.org/authors/id/D/DO/DOM/perl-5.12.5.tar.bz2 -
1414
&& tar --strip-components=1 -xjf perl-5.12.5.tar.bz2 -C /usr/src/perl \
1515
&& rm perl-5.12.5.tar.bz2 \
1616
&& cat *.patch | patch -p1 \
17-
&& ./Configure -Dusethreads -Duse64bitall -A ccflags=-fwrapv -des \
17+
&& ./Configure -Dusethreads -Duse64bitall -Duseshrplib -A ccflags=-fwrapv -des \
1818
&& make -j$(nproc) \
1919
&& make test_harness \
2020
&& make install \

5.012.005-64bit/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN curl -SL https://cpan.metacpan.org/authors/id/D/DO/DOM/perl-5.12.5.tar.bz2 -
1414
&& tar --strip-components=1 -xjf perl-5.12.5.tar.bz2 -C /usr/src/perl \
1515
&& rm perl-5.12.5.tar.bz2 \
1616
&& cat *.patch | patch -p1 \
17-
&& ./Configure -Duse64bitall -A ccflags=-fwrapv -des \
17+
&& ./Configure -Duse64bitall -Duseshrplib -A ccflags=-fwrapv -des \
1818
&& make -j$(nproc) \
1919
&& make test_harness \
2020
&& make install \

5.014.004-64bit,threaded/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN curl -SL https://cpan.metacpan.org/authors/id/D/DA/DAPM/perl-5.14.4.tar.bz2
1414
&& tar --strip-components=1 -xjf perl-5.14.4.tar.bz2 -C /usr/src/perl \
1515
&& rm perl-5.14.4.tar.bz2 \
1616
&& cat *.patch | patch -p1 \
17-
&& ./Configure -Dusethreads -Duse64bitall -A ccflags=-fwrapv -des \
17+
&& ./Configure -Dusethreads -Duse64bitall -Duseshrplib -A ccflags=-fwrapv -des \
1818
&& make -j$(nproc) \
1919
&& make test_harness \
2020
&& make install \

5.014.004-64bit/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN curl -SL https://cpan.metacpan.org/authors/id/D/DA/DAPM/perl-5.14.4.tar.bz2
1414
&& tar --strip-components=1 -xjf perl-5.14.4.tar.bz2 -C /usr/src/perl \
1515
&& rm perl-5.14.4.tar.bz2 \
1616
&& cat *.patch | patch -p1 \
17-
&& ./Configure -Duse64bitall -A ccflags=-fwrapv -des \
17+
&& ./Configure -Duse64bitall -Duseshrplib -A ccflags=-fwrapv -des \
1818
&& make -j$(nproc) \
1919
&& make test_harness \
2020
&& make install \

5.016.003-64bit,threaded/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN curl -SL https://cpan.metacpan.org/authors/id/R/RJ/RJBS/perl-5.16.3.tar.bz2
1414
&& tar --strip-components=1 -xjf perl-5.16.3.tar.bz2 -C /usr/src/perl \
1515
&& rm perl-5.16.3.tar.bz2 \
1616
&& cat *.patch | patch -p1 \
17-
&& ./Configure -Dusethreads -Duse64bitall -A ccflags=-fwrapv -des \
17+
&& ./Configure -Dusethreads -Duse64bitall -Duseshrplib -A ccflags=-fwrapv -des \
1818
&& make -j$(nproc) \
1919
&& make test_harness \
2020
&& make install \

5.016.003-64bit/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN curl -SL https://cpan.metacpan.org/authors/id/R/RJ/RJBS/perl-5.16.3.tar.bz2
1414
&& tar --strip-components=1 -xjf perl-5.16.3.tar.bz2 -C /usr/src/perl \
1515
&& rm perl-5.16.3.tar.bz2 \
1616
&& cat *.patch | patch -p1 \
17-
&& ./Configure -Duse64bitall -A ccflags=-fwrapv -des \
17+
&& ./Configure -Duse64bitall -Duseshrplib -A ccflags=-fwrapv -des \
1818
&& make -j$(nproc) \
1919
&& make test_harness \
2020
&& make install \

0 commit comments

Comments
 (0)