diff options
author | jmc <jmc> | 2003-08-01 03:21:02 +0000 |
---|---|---|
committer | jmc <jmc> | 2003-08-01 03:21:02 +0000 |
commit | 22a19c5a3b2831553af62314f2cb441892b48451 (patch) | |
tree | 3610f50787e402011128b1d4703e6be31c3cb5b8 /security | |
parent | 205e630b8f9d3af7aa93a2f1823cbb2e4b5c436e (diff) | |
download | pkgsrc-22a19c5a3b2831553af62314f2cb441892b48451.tar.gz |
This needs to define KERBEROS or the section which adds the right libraries
never gets included and nothing links.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh+gssapi/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/openssh+gssapi/Makefile b/security/openssh+gssapi/Makefile index 079d63fe2c8..1c9e10c68fe 100644 --- a/security/openssh+gssapi/Makefile +++ b/security/openssh+gssapi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/07/24 21:06:26 jwise Exp $ +# $NetBSD: Makefile,v 1.3 2003/08/01 03:21:02 jmc Exp $ # NOTE: This package is modeled on ../openssh, but does not share # files with it as that package may update faster than the gssapi @@ -35,6 +35,7 @@ USE_PERL5= build USE_OPENSSL_VERSION= ${OPENSSL_VERSION_096} CRYPTO= yes +KERBEROS= yes # retain the following line, for IPv6-ready pkgsrc webpage BUILD_DEFS+= USE_INET6 |