diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-03-08 06:43:41 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-03-08 06:43:41 +0000 |
commit | 2f45443cd48701f9987daad5d26ee62aee69e43a (patch) | |
tree | 316253b5d7fb2789ae7ab5b23abbd8529b37cb11 /net/tund | |
parent | b9a51adfb9c5e902a130e8b1c2a4773439c8bd50 (diff) | |
download | freebsd-ports-2f45443cd48701f9987daad5d26ee62aee69e43a.zip |
Unbreak by linking dynamically
Submitted by: Jim Bloom <bloom@acm.org>
Diffstat (limited to 'net/tund')
-rw-r--r-- | net/tund/files/patch-aa | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tund/files/patch-aa b/net/tund/files/patch-aa index 1d475e130906..6fb7b28144a1 100644 --- a/net/tund/files/patch-aa +++ b/net/tund/files/patch-aa @@ -1,5 +1,5 @@ --- Makefile.orig Tue Aug 24 03:48:00 1999 -+++ Makefile Sat Feb 5 22:30:00 2000 ++++ Makefile Tue Mar 7 22:35:21 2000 @@ -1,22 +1,24 @@ RSA_KEY_LENGTH = 1024 @@ -28,7 +28,7 @@ tund: main.o tund.o secur.o scb.o utils.o md5.o alarm.o cipher.o search.o - $(CC) -static -o tund main.o tund.o secur.o scb.o utils.o md5.o alarm.o cipher.o search.o $(LIB) -lmd -lcrypto -+ $(CC) -static -o tund main.o tund.o secur.o scb.o utils.o md5.o alarm.o cipher.o search.o $(LIB) -lmd -lcrypto $(EXTRA_SSL_LIBS) ++ $(CC) -o tund main.o tund.o secur.o scb.o utils.o md5.o alarm.o cipher.o search.o $(LIB) -lmd -lcrypto $(EXTRA_SSL_LIBS) main.o: main.c tund.h $(CC) -c main.c $(INC) |