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 /programs/Makefile.program | |
| 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 'programs/Makefile.program')
| -rw-r--r-- | programs/Makefile.program | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/programs/Makefile.program b/programs/Makefile.program index 6868c258a..14d2d8269 100644 --- a/programs/Makefile.program +++ b/programs/Makefile.program @@ -22,6 +22,10 @@ endif #CFLAGS+= ${WERROR} +ifeq ($(USE_NAT_TRAVERSAL),true) + CFLAGS+= -DNAT_TRAVERSAL +endif + ifneq ($(LD_LIBRARY_PATH),) LDFLAGS=-L$(LD_LIBRARY_PATH) endif |
