diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-08-23 20:22:30 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-08-23 20:22:30 +0000 |
commit | 0b5d496ea2fd532dcf5e5b6b804a7db32f488364 (patch) | |
tree | a0a47d9ae70ef4e1b364cac4b9d4d9c84986bd63 /lib | |
parent | 360796fdebe9389dbf74cc93775e71fc57cb8907 (diff) | |
download | vyos-strongswan-0b5d496ea2fd532dcf5e5b6b804a7db32f488364.tar.gz vyos-strongswan-0b5d496ea2fd532dcf5e5b6b804a7db32f488364.zip |
Load /tmp/tmp.beAMfG4063/strongswan-2.7.3 into
branches/source-dist/debian/strongswan.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libfreeswan/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libfreeswan/Makefile b/lib/libfreeswan/Makefile index b7d4192c8..aa05927e3 100644 --- a/lib/libfreeswan/Makefile +++ b/lib/libfreeswan/Makefile @@ -11,7 +11,7 @@ # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License # for more details. # -# RCSID $Id: Makefile,v 1.2 2004/03/22 21:53:17 as Exp $ +# RCSID $Id: Makefile,v 1.3 2006/07/06 12:35:32 as Exp $ FREESWANSRCDIR=../.. @@ -55,8 +55,10 @@ CFLAGS+= -Wstrict-prototypes #CFLAGS+= -W #CFLAGS+= -Wwrite-strings CFLAGS+= -Wbad-function-cast -CFLAGS+= -DNAT_TRAVERSAL +ifeq ($(USE_NAT_TRAVERSAL),true) + CFLAGS+= -DNAT_TRAVERSAL +endif ARFLAGS=crvs EXTHDRS=des.h |