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 | |
parent | f372ba1e4d7cdb6d130c76588232c1ae7a947c45 (diff) | |
download | ports-bf72dae424229813870d1a25939b3a523b7d9b15.tar.gz ports-bf72dae424229813870d1a25939b3a523b7d9b15.zip |
Notes
Diffstat (limited to 'net/pipsecd')
-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/ |