mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +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 \
|
||||
-Dusedl=false \
|
||||
-Ddate=':' \
|
||||
-Dccflags="-U__DATE__ -U__TIME__" \
|
||||
-Darchname="i386-linux" \
|
||||
-Dmyhostname="(none)" \
|
||||
-Dmaildomain="(none)"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
PERL_BUILD_DATE="Jan 01 1970" default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
|
|
|
|||
|
|
@ -72,12 +72,15 @@ src_configure() {
|
|||
-Dcc=gcc \
|
||||
-Dusedl=false \
|
||||
-Ddate=':' \
|
||||
-Dccflags="-U__DATE__ -U__TIME__" \
|
||||
-Darchname="i386-linux" \
|
||||
-Dmyhostname="(none)" \
|
||||
-Dmaildomain="(none)"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
PERL_BUILD_DATE="Jan 01 1970" default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
|
||||
|
|
|
|||
|
|
@ -73,20 +73,19 @@ src_configure() {
|
|||
-Dcc=gcc \
|
||||
-Dusedl=false \
|
||||
-Ddate=':' \
|
||||
-Dccflags="-U__DATE__ -U__TIME__" \
|
||||
-Darchname="i386-linux" \
|
||||
-Dmyhostname="(none)" \
|
||||
-Dmaildomain="(none)"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
make "${MAKEJOBS}" pod/perlapi.pod
|
||||
PERL_BUILD_DATE="Jan 01 1970" make "${MAKEJOBS}" pod/perlapi.pod
|
||||
|
||||
pushd dist/Devel-PPPort
|
||||
perl devel/mkapidoc.pl
|
||||
popd
|
||||
|
||||
default
|
||||
PERL_BUILD_DATE="Jan 01 1970" default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
|
|
|||
|
|
@ -82,13 +82,13 @@ src_configure() {
|
|||
}
|
||||
|
||||
src_compile() {
|
||||
make "${MAKEJOBS}" pod/perlapi.pod
|
||||
PERL_BUILD_DATE="Jan 01 1970" make "${MAKEJOBS}" pod/perlapi.pod
|
||||
|
||||
pushd dist/Devel-PPPort
|
||||
perl devel/mkapidoc.pl
|
||||
popd
|
||||
|
||||
default
|
||||
PERL_BUILD_DATE="Jan 01 1970" default
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue