diff options
author | Jacques Vidrine <nectar@FreeBSD.org> | 2001-04-24 18:55:17 +0000 |
---|---|---|
committer | Jacques Vidrine <nectar@FreeBSD.org> | 2001-04-24 18:55:17 +0000 |
commit | 08d56f4a502319f913ea6372434c89f665373f97 (patch) | |
tree | ed88e34f140babd7e833be7a18bca9af16b98fe8 | |
parent | Update to 1.0.1. (diff) |
Explicitly list directories for Kerberos 4 bits, so that once this
is built there are no references to the likely non-existent `/usr/athena'.
Notes
Notes:
svn path=/head/; revision=41875
-rw-r--r-- | security/heimdal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/heimdal/Makefile b/security/heimdal/Makefile index b607de59cc80..a57793772ac2 100644 --- a/security/heimdal/Makefile +++ b/security/heimdal/Makefile @@ -63,7 +63,7 @@ CONFIGURE_ARGS+= --without-x .endif .if exists(/usr/lib/libkrb.a) && !defined(WITHOUT_KRB4) -CONFIGURE_ARGS+= --with-krb4 +CONFIGURE_ARGS+= --with-krb4-include=/usr/include --with-krb4-lib=/usr/lib .elif !defined(KRB5_KRB4_COMPAT) CONFIGURE_ARGS+= --without-krb4 .endif |