]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
core140: ship glibc built with new gcc
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 43050262c05690ff1dc6b8e500d5ff9f8bfc1d39..0d32f812bac5ed11f38cd70ef233f1deab675cb7 100755 (executable)
--- 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() {