]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
libsatsolver: fix package build.
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index a05cfbcc2980423c6a979d89e2375f3d34e96594..b89c77a4a9f310b487d7754e5692359ac759998a 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -25,7 +25,7 @@
 NAME="IPFire"                                                  # Software name
 SNAME="ipfire"                                                 # Short name
 VERSION="2.9"                                                  # Version number
-CORE="48"                                                      # Core Level (Filename)
+CORE="49"                                                      # Core Level (Filename)
 PAKFIRE_CORE="48"                                              # Core Level (PAKFIRE)
 GIT_BRANCH=`git status | head -n1 | cut -d" " -f4`             # Git Branch
 SLOGAN="www.ipfire.org"                                                # Software slogan
@@ -689,6 +689,7 @@ buildipfire() {
   ipfiremake swig
   ipfiremake python-m2crypto
   ipfiremake crda
+  ipfiremake libsatsolver
   echo Build on $HOSTNAME > $BASEDIR/build/var/ipfire/firebuild
   cat /proc/version >> $BASEDIR/build/var/ipfire/firebuild
   echo >> $BASEDIR/build/var/ipfire/firebuild