summaryrefslogtreecommitdiff
path: root/net/tund
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-03-08 06:43:41 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-03-08 06:43:41 +0000
commit2f45443cd48701f9987daad5d26ee62aee69e43a (patch)
tree316253b5d7fb2789ae7ab5b23abbd8529b37cb11 /net/tund
parentmake a symlink out of the compat environment so that programs calling (diff)
Unbreak by linking dynamically
Submitted by: Jim Bloom <bloom@acm.org>
Notes
Notes: svn path=/head/; revision=26640
Diffstat (limited to 'net/tund')
-rw-r--r--net/tund/files/patch-aa4
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)