Skip to content

Commit 8f105b3

Browse files
committed
Make perl reproducible between bwrap and hardware
Also, with these changes, change the architecture to i686, as per previous commits.
1 parent b6422a6 commit 8f105b3

File tree

27 files changed

+31
-15
lines changed

27 files changed

+31
-15
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../perl-5.8.9/files/config.over

steps/perl-5.12.5/pass1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ src_configure() {
7070
-Dusedl=false \
7171
-Ddate=':' \
7272
-Dccflags="-U__DATE__ -U__TIME__" \
73-
-Darchname="i386-linux" \
73+
-Darchname="i686-linux" \
7474
-Dmyhostname="(none)" \
7575
-Dmaildomain="(none)"
7676

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../perl-5.8.9/files/config.over

steps/perl-5.15.7/pass1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ src_configure() {
6767
-Dusedevel \
6868
-Uversiononly \
6969
-Dccflags="-U__DATE__ -U__TIME__" \
70-
-Darchname="i386-linux" \
70+
-Darchname="i686-linux" \
7171
-Dmyhostname="(none)" \
7272
-Dmaildomain="(none)"
7373

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../perl-5.8.9/files/config.over

steps/perl-5.16.3/pass1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ src_configure() {
6666
-Dusedl=false \
6767
-Ddate=':' \
6868
-Dccflags="-U__DATE__ -U__TIME__" \
69-
-Darchname="i386-linux" \
69+
-Darchname="i686-linux" \
7070
-Dmyhostname="(none)" \
7171
-Dmaildomain="(none)"
7272

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../perl-5.8.9/files/config.over

steps/perl-5.17.2/pass1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ src_configure() {
7373
-Dusedevel \
7474
-Uversiononly \
7575
-Dccflags="-U__DATE__ -U__TIME__" \
76-
-Darchname="i386-linux" \
76+
-Darchname="i686-linux" \
7777
-Dmyhostname="(none)" \
7878
-Dmaildomain="(none)"
7979

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../perl-5.8.9/files/config.over

steps/perl-5.17.4/pass1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ src_configure() {
7777
-Dusedevel \
7878
-Uversiononly \
7979
-Dccflags="-U__DATE__ -U__TIME__" \
80-
-Darchname="i386-linux" \
80+
-Darchname="i686-linux" \
8181
-Dmyhostname="(none)" \
8282
-Dmaildomain="(none)"
8383

0 commit comments

Comments
 (0)