diff options
author | bsiegert <bsiegert> | 2015-11-22 09:43:16 +0000 |
---|---|---|
committer | bsiegert <bsiegert> | 2015-11-22 09:43:16 +0000 |
commit | b82dc179e7295eb5caaff69c6bc548e5055da91e (patch) | |
tree | 7f05d2b618aadb25b6c9d74ff3ee92c3dfcfbf51 | |
parent | 8cbaf952053bbe84228056a379fba45b214fc0bd (diff) | |
download | pkgsrc-b82dc179e7295eb5caaff69c6bc548e5055da91e.tar.gz |
Pullup ticket #4858 - requested by tez
security/mit-krb5: build fix
Revisions pulled up:
- security/mit-krb5/Makefile 1.85
---
Module Name: pkgsrc
Committed By: tez
Date: Thu Nov 5 19:10:30 UTC 2015
Modified Files:
pkgsrc/security/mit-krb5: Makefile
Log Message:
Fix build in case there is a system version of verto found.
No revbump because it failed to build before if there was one.
Fixes pkg/50348
-rw-r--r-- | security/mit-krb5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/mit-krb5/Makefile b/security/mit-krb5/Makefile index 2eee8e010e8..6508ecb03ae 100644 --- a/security/mit-krb5/Makefile +++ b/security/mit-krb5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2015/06/12 10:51:03 wiz Exp $ +# $NetBSD: Makefile,v 1.84.4.1 2015/11/22 09:43:16 bsiegert Exp $ DISTNAME= krb5-1.10.7 PKGNAME= mit-${DISTNAME} @@ -45,6 +45,7 @@ CONFIGURE_ARGS+= --enable-kdc-replay-cache CONFIGURE_ARGS+= --disable-thread-support CONFIGURE_ARGS+= --without-tcl CONFIGURE_ARGS+= --enable-pkgsrc-libtool +CONFIGURE_ARGS+= --without-system-verto CONFIGURE_ENV+= BUILDLINK_PREFIX_OPENSSL=${BUILDLINK_PREFIX.openssl:Q} MAKE_ENV+= ROOT_USER=${ROOT_USER} LIBS.SunOS= -lrt |