mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-20 02:02:58 +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
|
|
@ -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