diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-12-02 04:55:45 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-12-02 04:55:45 +0000 |
commit | bf72dae424229813870d1a25939b3a523b7d9b15 (patch) | |
tree | ba6c622dcd95ce116926559d65650f90a2805e0c /net/pipsecd/files | |
parent | Add a patch for 4.0-CURRENT. (diff) |
Fix build under 3.X
Submitted by: Patrick Bihan-Faou <patrick@mindstep.com>
PR: ports/14885
Notes
Notes:
svn path=/head/; revision=23549
Diffstat (limited to 'net/pipsecd/files')
-rw-r--r-- | net/pipsecd/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/pipsecd/files/patch-aa b/net/pipsecd/files/patch-aa index 88f6b6f09f59..ce57cc312113 100644 --- a/net/pipsecd/files/patch-aa +++ b/net/pipsecd/files/patch-aa @@ -21,7 +21,7 @@ pipsecd: tunip.c defs.h - gcc -Wall -I$(INCDIR) -g $(OPTDEF) -o pipsecd tunip.c -L$(LIBDIR) $(OPTLIB) -lcrypto -+ gcc -Wall $(INCDIR) -g $(OPTDEF) -o pipsecd tunip.c $(LIBDIR) $(OPTLIB) -lcrypto $(DEFINES) ++ gcc -Wall $(INCDIR) -g $(OPTDEF) -o pipsecd tunip.c $(LIBDIR) $(OPTLIB) -lcrypto -lRSAglue -lrsaref $(DEFINES) install: pipsecd - install pipsecd /usr/local/sbin/ |