diff options
author | Martin Willi <martin@strongswan.org> | 2007-02-12 15:56:47 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2007-02-12 15:56:47 +0000 |
commit | f27f6296e6ae5beece739342fd54528cf91e5394 (patch) | |
tree | c868a123b98b8a244b249473ab91b0bd4a764b31 /scripts | |
parent | 6fda18d99d2b6eac921e731a52229d9c1cf8a295 (diff) | |
download | strongswan-f27f6296e6ae5beece739342fd54528cf91e5394.tar.bz2 strongswan-f27f6296e6ae5beece739342fd54528cf91e5394.tar.xz |
merged EAP framework from branch into trunk
includes a lot of other modifications
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/cfg-leak | 4 | ||||
-rwxr-xr-x | scripts/cfg-nodebug | 3 | ||||
-rwxr-xr-x | scripts/cfg-norm | 3 |
3 files changed, 7 insertions, 3 deletions
diff --git a/scripts/cfg-leak b/scripts/cfg-leak index 00623a141..44c3ec8b6 100755 --- a/scripts/cfg-leak +++ b/scripts/cfg-leak @@ -1,2 +1,4 @@ #!/bin/bash -CFLAGS="-Wall -Wno-format -Wno-pointer-sign -Wno-strict-aliasing -g -O2" ./configure --sysconfdir=/etc --with-random-device=/dev/urandom --enable-ldap --enable-http --enable-leak-detective +CFLAGS="-Wall -Wno-format -Wno-pointer-sign -Wno-strict-aliasing -g -O2" ./configure \ +--sysconfdir=/etc --with-random-device=/dev/urandom --enable-ldap --enable-http \ +--enable-leak-detective diff --git a/scripts/cfg-nodebug b/scripts/cfg-nodebug index 7f5e58102..319f51283 100755 --- a/scripts/cfg-nodebug +++ b/scripts/cfg-nodebug @@ -1,2 +1,3 @@ #!/bin/bash -CFLAGS="-Wall -Wno-format -Wno-pointer-sign -Wno-strict-aliasing -O2 -DDEBUG_LEVEL=0" ./configure --sysconfdir=/etc --with-random-device=/dev/urandom --enable-ldap --enable-http +CFLAGS="-Wall -Wno-format -Wno-pointer-sign -Wno-strict-aliasing -O2 -DDEBUG_LEVEL=0" ./configure \ +--sysconfdir=/etc --with-random-device=/dev/urandom --enable-ldap --enable-http diff --git a/scripts/cfg-norm b/scripts/cfg-norm index 164f9a6c4..54faf7355 100755 --- a/scripts/cfg-norm +++ b/scripts/cfg-norm @@ -1,2 +1,3 @@ #!/bin/bash -CFLAGS="-Wall -Wno-format -Wno-pointer-sign -Wno-strict-aliasing -g -O2" ./configure --sysconfdir=/etc --with-random-device=/dev/urandom --enable-ldap --enable-http +CFLAGS="-Wall -Wno-format -Wno-pointer-sign -Wno-strict-aliasing -g -O2" ./configure \ +--sysconfdir=/etc --with-random-device=/dev/urandom --enable-ldap --enable-http |