]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
New package libpciaccess
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index bdf58b9e06382b569ff8b654c696533cb14f3e96..a8ca7a597e54c65d1556b3c896e6ccb818a170fb 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -25,7 +25,7 @@
 NAME="IPFire"                                                  # Software name
 SNAME="ipfire"                                                 # Short name
 VERSION="2.19"                                                 # Version number
-CORE="102"                                                     # Core Level (Filename)
+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
@@ -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,8 @@ buildipfire() {
   ipfiremake dmidecode
   ipfiremake mcelog
   ipfiremake rtpproxy
+  ipfiremake util-macros
+  ipfiremake libpciaccess
 }
 
 buildinstaller() {