e446e0c703
Changes: * vpnc-0.3.2.tar.gz Mon Nov 22 01:14:29 CET 2004 * added support for preshared without xauth * fixed NAT-T support with IOS and PIX * fixed IP-Len header (Christian Lackas) * fixed reconnection problems with IOS and PIX * vpnc-0.3.1.tar.gz Sat Nov 13 01:46:42 CET 2004 * fixed segfault in --print-config * vpnc-0.3.tar.gz Sat Nov 13 01:16:37 CET 2004 * included IPSec over UDP and NAT-T support, thanks to Tomas Mraz and Martin von Gagern * added support for interactive authentication (security tokens for example) * fixed IOS support * updated man-page * updated TODO list * fixed byte-order in debug ouput
13 lines
510 B
Text
13 lines
510 B
Text
$NetBSD: patch-ab,v 1.2 2004/11/26 23:03:54 hubertf Exp $
|
|
|
|
--- Makefile.orig 2004-11-13 00:23:36.000000000 +0100
|
|
+++ Makefile
|
|
@@ -22,7 +22,7 @@ SBINDIR=$(PREFIX)/sbin
|
|
MANDIR=$(PREFIX)/share/man
|
|
|
|
CC=gcc
|
|
-CFLAGS=-W -Wall -O -g '-DVERSION="$(shell cat VERSION)"' $(shell libgcrypt-config --cflags)
|
|
+CFLAGS=-W -Wall -O -g '-DVERSION="$(shell cat VERSION)"' $(shell libgcrypt-config --cflags) -DPKG_SYSCONFDIR=\"${PKG_SYSCONFDIR}\"
|
|
LDFLAGS=-g $(shell libgcrypt-config --libs)
|
|
|
|
ifeq ($(shell uname -s), Linux)
|