# hdw-linux ipsec-tools extensions # author: hackbard # [S] 3-2 # [V] 0.3.3 # [D] ipsec-tools-0.3.3.tar.gz http://switch.dl.sourceforge.net/sourceforge/ipsec-tools/ CFLAGS="$CFLAGS -DEINTR=4 -DEINVAL=22 -DENOENT=2 -DENOBUFS=105" CFLAGS="$CFLAGS -DEPROTONOSUPPORT=93 -DEAFNOSUPPORT=97" export CFLAGS post_install() { cat >> $root/etc/setkey.conf << EOF flush; spdflush; EOF }