diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-10-10 09:50:36 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-10-10 09:50:36 +0000 |
commit | 7076c9755d9a2d11aff589bf791c7161845eb30c (patch) | |
tree | 39770e064b923a075e3a8bc8fc3fd2fd71b89462 /security/fwtk | |
parent | Update to 1.1-2. (diff) |
Fix skey authorization.
Submitted by: Jeff Kletsky <Jeff@Wagsky.com>
Diffstat (limited to 'security/fwtk')
-rw-r--r-- | security/fwtk/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/fwtk/files/patch-aa b/security/fwtk/files/patch-aa index 0a6813d31ad9..912068e8421f 100644 --- a/security/fwtk/files/patch-aa +++ b/security/fwtk/files/patch-aa @@ -32,7 +32,7 @@ # Names of any auxiliary libraries your system may require (e.g., -lsocket) # If you want to link against a resolver library, specify it here. -AUXLIB= -+AUXLIB= -lcrypt -lskey ++AUXLIB= -lcrypt -lskey -lmd #AUXLIB= -lsocket #AUXLIB= -lresolv # For Solaris: |