strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
14b3444cda99750b796c2ba359bcb90f93a182da
[strongswan.git]
/
scripts
/
cfg-leak
1
#!/bin/bash
2
CFLAGS="-Wall -Wno-format -Wno-pointer-sign -Wno-strict-aliasing -g -O2" ./configure \
3
--sysconfdir=/etc --disable-tools --disable-pluto --enable-leak-detective --with-random-device=/dev/urandom \
4
$1 $2 $3 $4 $5