strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
activate --enable-addrblock configure option in UML scenarios
[strongswan.git]
/
testing
/
scripts
/
build-umlrootfs
diff --git
a/testing/scripts/build-umlrootfs
b/testing/scripts/build-umlrootfs
index
16dd843
..
8a083e2
100755
(executable)
--- a/
testing/scripts/build-umlrootfs
+++ b/
testing/scripts/build-umlrootfs
@@
-241,6
+241,11
@@
then
echo -n " --enable-farp" >> $INSTALLSHELL
fi
+if [ "$USE_ADDRBLOCK" = "yes" ]
+then
+ echo -n " --enable-addrblock" >> $INSTALLSHELL
+fi
+
echo "" >> $INSTALLSHELL
echo "make" >> $INSTALLSHELL
echo "make install" >> $INSTALLSHELL