mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 09:45:24 +01:00
Define PERL_BUILD_DATE where supported
This means we don't have to do the -U__DATE__ -U__TIME__ hack in later perls.
This commit is contained in:
parent
1b276a1898
commit
626273ad2e
4 changed files with 12 additions and 7 deletions
|
|
@ -78,12 +78,15 @@ src_configure() {
|
||||||
-Dcc=gcc \
|
-Dcc=gcc \
|
||||||
-Dusedl=false \
|
-Dusedl=false \
|
||||||
-Ddate=':' \
|
-Ddate=':' \
|
||||||
-Dccflags="-U__DATE__ -U__TIME__" \
|
|
||||||
-Darchname="i386-linux" \
|
-Darchname="i386-linux" \
|
||||||
-Dmyhostname="(none)" \
|
-Dmyhostname="(none)" \
|
||||||
-Dmaildomain="(none)"
|
-Dmaildomain="(none)"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
PERL_BUILD_DATE="Jan 01 1970" default
|
||||||
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
default
|
default
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -72,12 +72,15 @@ src_configure() {
|
||||||
-Dcc=gcc \
|
-Dcc=gcc \
|
||||||
-Dusedl=false \
|
-Dusedl=false \
|
||||||
-Ddate=':' \
|
-Ddate=':' \
|
||||||
-Dccflags="-U__DATE__ -U__TIME__" \
|
|
||||||
-Darchname="i386-linux" \
|
-Darchname="i386-linux" \
|
||||||
-Dmyhostname="(none)" \
|
-Dmyhostname="(none)" \
|
||||||
-Dmaildomain="(none)"
|
-Dmaildomain="(none)"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
PERL_BUILD_DATE="Jan 01 1970" default
|
||||||
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
default
|
default
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -73,20 +73,19 @@ src_configure() {
|
||||||
-Dcc=gcc \
|
-Dcc=gcc \
|
||||||
-Dusedl=false \
|
-Dusedl=false \
|
||||||
-Ddate=':' \
|
-Ddate=':' \
|
||||||
-Dccflags="-U__DATE__ -U__TIME__" \
|
|
||||||
-Darchname="i386-linux" \
|
-Darchname="i386-linux" \
|
||||||
-Dmyhostname="(none)" \
|
-Dmyhostname="(none)" \
|
||||||
-Dmaildomain="(none)"
|
-Dmaildomain="(none)"
|
||||||
}
|
}
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
make "${MAKEJOBS}" pod/perlapi.pod
|
PERL_BUILD_DATE="Jan 01 1970" make "${MAKEJOBS}" pod/perlapi.pod
|
||||||
|
|
||||||
pushd dist/Devel-PPPort
|
pushd dist/Devel-PPPort
|
||||||
perl devel/mkapidoc.pl
|
perl devel/mkapidoc.pl
|
||||||
popd
|
popd
|
||||||
|
|
||||||
default
|
PERL_BUILD_DATE="Jan 01 1970" default
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
|
|
|
||||||
|
|
@ -82,13 +82,13 @@ src_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
make "${MAKEJOBS}" pod/perlapi.pod
|
PERL_BUILD_DATE="Jan 01 1970" make "${MAKEJOBS}" pod/perlapi.pod
|
||||||
|
|
||||||
pushd dist/Devel-PPPort
|
pushd dist/Devel-PPPort
|
||||||
perl devel/mkapidoc.pl
|
perl devel/mkapidoc.pl
|
||||||
popd
|
popd
|
||||||
|
|
||||||
default
|
PERL_BUILD_DATE="Jan 01 1970" default
|
||||||
}
|
}
|
||||||
|
|
||||||
src_install() {
|
src_install() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue