diff options
author | Martin Willi <martin@strongswan.org> | 2006-10-18 11:40:53 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-10-18 11:40:53 +0000 |
commit | 5ec0c594fb8b7dc14e668fa7496b80b832587cd7 (patch) | |
tree | 9a4e5f5e10248dec736de1b2313dd3277bc38cf6 /scripts/cfg-norm | |
parent | 85929956ae2c2bb293f5387a0c00f15ae6a5e85c (diff) | |
download | strongswan-5ec0c594fb8b7dc14e668fa7496b80b832587cd7.tar.bz2 strongswan-5ec0c594fb8b7dc14e668fa7496b80b832587cd7.tar.xz |
moved various scripts in scripts/ dir
add configure script wrappers
Diffstat (limited to 'scripts/cfg-norm')
-rwxr-xr-x | scripts/cfg-norm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/cfg-norm b/scripts/cfg-norm new file mode 100755 index 000000000..164f9a6c4 --- /dev/null +++ b/scripts/cfg-norm @@ -0,0 +1,2 @@ +#!/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 |