]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - make.sh
captive: Let apache follow symlinks to load bootstrap
[ipfire-2.x.git] / make.sh
diff --git a/make.sh b/make.sh
index f48c92f23e0a6648bc525c2e56ecd9adda32331c..ed9a7c5b02188c59f83b2856079f4470ebdee5d5 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -26,7 +26,7 @@ NAME="IPFire"                                                 # Software name
 SNAME="ipfire"                                                 # Short name
 VERSION="2.19"                                                 # Version number
 CORE="113"                                                     # Core Level (Filename)
-PAKFIRE_CORE="112"                                             # Core Level (PAKFIRE)
+PAKFIRE_CORE="113"                                             # 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
@@ -497,6 +497,8 @@ buildipfire() {
   lfsmake2 libevent2
   lfsmake2 libevent2-compat
   lfsmake2 expat
+  lfsmake2 apr
+  lfsmake2 aprutil
   lfsmake2 unbound
   lfsmake2 gnutls
   lfsmake2 bind
@@ -546,6 +548,7 @@ buildipfire() {
   lfsmake2 web-user-interface
   lfsmake2 flag-icons
   lfsmake2 jquery
+  lfsmake2 bootstrap
   lfsmake2 arping
   lfsmake2 beep
   lfsmake2 dvdrtools
@@ -886,6 +889,7 @@ buildipfire() {
   lfsmake2 perl-inotify2
   lfsmake2 perl-Net-IP
   lfsmake2 wio
+  lfsmake2 iftop
 }
 
 buildinstaller() {