mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Fix PERL_BUILD_DATE handling
(Wow I misread the code the first time)
This commit is contained in:
parent
83ad28221a
commit
b6422a6f4e
4 changed files with 12 additions and 16 deletions
|
|
@ -85,11 +85,8 @@ src_configure() {
|
|||
-Ddate=':' \
|
||||
-Darchname="i386-linux" \
|
||||
-Dmyhostname="(none)" \
|
||||
-Dmaildomain="(none)"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
PERL_BUILD_DATE="Jan 01 1970" default
|
||||
-Dmaildomain="(none)" \
|
||||
-Dccflags='-DPERL_BUILD_DATE="null"'
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue