mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
perl: changes on make.sh
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
5
make.sh
5
make.sh
@@ -38,7 +38,7 @@ KVER=`grep --max-count=1 VER lfs/linux | awk '{ print $3 }'`
|
|||||||
GIT_TAG=$(git tag | tail -1) # Git Tag
|
GIT_TAG=$(git tag | tail -1) # Git Tag
|
||||||
GIT_LASTCOMMIT=$(git log | head -n1 | cut -d" " -f2 |head -c8) # Last commit
|
GIT_LASTCOMMIT=$(git log | head -n1 | cut -d" " -f2 |head -c8) # Last commit
|
||||||
|
|
||||||
TOOLCHAINVER=20190427
|
TOOLCHAINVER=20190814
|
||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
#
|
#
|
||||||
@@ -1291,6 +1291,8 @@ buildipfire() {
|
|||||||
lfsmake2 misc-progs
|
lfsmake2 misc-progs
|
||||||
lfsmake2 nano
|
lfsmake2 nano
|
||||||
lfsmake2 URI
|
lfsmake2 URI
|
||||||
|
lfsmake2 perl-CGI
|
||||||
|
lfsmake2 perl-Switch
|
||||||
lfsmake2 HTML-Tagset
|
lfsmake2 HTML-Tagset
|
||||||
lfsmake2 HTML-Parser
|
lfsmake2 HTML-Parser
|
||||||
lfsmake2 HTML-Template
|
lfsmake2 HTML-Template
|
||||||
@@ -1390,6 +1392,7 @@ buildipfire() {
|
|||||||
lfsmake2 fetchmail
|
lfsmake2 fetchmail
|
||||||
lfsmake2 cyrus-imapd
|
lfsmake2 cyrus-imapd
|
||||||
lfsmake2 clamav
|
lfsmake2 clamav
|
||||||
|
lfsmake2 perl-NetAddr-IP
|
||||||
lfsmake2 spamassassin
|
lfsmake2 spamassassin
|
||||||
lfsmake2 amavisd
|
lfsmake2 amavisd
|
||||||
lfsmake2 dma
|
lfsmake2 dma
|
||||||
|
|||||||
Reference in New Issue
Block a user