From f1a015cdd0deabc021ba458efaae9b4b568b1787 Mon Sep 17 00:00:00 2001 From: kris Date: Wed, 8 Mar 2000 06:43:41 +0000 Subject: Unbreak by linking dynamically Submitted by: Jim Bloom --- net/tund/files/patch-aa | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net') 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) -- cgit