mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Unbreak by linking dynamically
Submitted by: Jim Bloom <bloom@acm.org>
This commit is contained in:
parent
b9a51adfb9
commit
2f45443cd4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=26640
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue