]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
automake: update to 1.15
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index 8bff8646c26c9d984698a06260a15181a36f1750..dc7b28022e0d76321e2e1841ed19624e6c383e95 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -25,8 +25,8 @@
 NAME="IPFire"                                                  # Software name
 SNAME="ipfire"                                                 # Short name
 VERSION="2.19"                                                 # Version number
-CORE="101"                                                     # Core Level (Filename)
-PAKFIRE_CORE="101"                                             # Core Level (PAKFIRE)
+CORE="103"                                                     # Core Level (Filename)
+PAKFIRE_CORE="102"                                             # 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
@@ -678,7 +678,8 @@ buildipfire() {
   ipfiremake tcpwrapper
   ipfiremake libevent
   ipfiremake libevent2
-  ipfiremake portmap
+  ipfiremake libtirpc
+  ipfiremake rpcbind
   ipfiremake nfs
   ipfiremake gnu-netcat
   ipfiremake ncat
@@ -862,6 +863,10 @@ buildipfire() {
   ipfiremake dmidecode
   ipfiremake mcelog
   ipfiremake rtpproxy
+  ipfiremake util-macros
+  ipfiremake libpciaccess
+  ipfiremake libyajl
+  ipfiremake libvirt
 }
 
 buildinstaller() {