X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=make.sh;h=0d32f812bac5ed11f38cd70ef233f1deab675cb7;hp=43050262c05690ff1dc6b8e500d5ff9f8bfc1d39;hb=30fcfc4cd56414383259895ac1c807d9e2cc182a;hpb=2f767b7b21fb8ea519d0c92eb0cf73e56b1a7e3b diff --git a/make.sh b/make.sh index 43050262c0..0d32f812ba 100755 --- a/make.sh +++ b/make.sh @@ -27,7 +27,7 @@ SNAME="ipfire" # Short name # If you update the version don't forget to update backupiso and add it to core update VERSION="2.25" # Version number CORE="140" # Core Level (Filename) -PAKFIRE_CORE="139" # Core Level (PAKFIRE) +PAKFIRE_CORE="140" # Core Level (PAKFIRE) GIT_BRANCH=`git rev-parse --abbrev-ref HEAD` # Git Branch SLOGAN="www.ipfire.org" # Software slogan CONFIG_ROOT=/var/ipfire # Configuration rootdir @@ -556,6 +556,7 @@ enterchroot() { CCACHE_DIR=/usr/src/ccache \ CCACHE_COMPRESS="${CCACHE_COMPRESS}" \ CCACHE_COMPILERCHECK="${CCACHE_COMPILERCHECK}" \ + GOCACHE="/usr/src/ccache/go" \ KVER="${KVER}" \ XZ_OPT="${XZ_OPT}" \ DEFAULT_PARALLELISM="${DEFAULT_PARALLELISM}" \ @@ -1333,6 +1334,7 @@ buildipfire() { lfsmake2 python-ipaddress lfsmake2 glib lfsmake2 GeoIP + lfsmake2 geoip-database lfsmake2 ntp lfsmake2 openssh lfsmake2 fontconfig @@ -1634,6 +1636,7 @@ buildipfire() { lfsmake2 geoip-generator lfsmake2 speedtest-cli lfsmake2 rfkill + lfsmake2 amazon-ssm-agent } buildinstaller() {