disable hidden dep on lmdb, ok ajacoutot@
This commit is contained in:
parent
f02664f0db
commit
53e7cbb539
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.29 2018/01/11 19:27:09 rpe Exp $
|
||||
# $OpenBSD: Makefile,v 1.30 2018/06/26 07:45:42 sthen Exp $
|
||||
|
||||
COMMENT-main= Kerberos 5 implementation
|
||||
COMMENT-devel-docs= Heimdal C functions documentation
|
||||
@ -10,7 +10,8 @@ DISTNAME= heimdal-${V}
|
||||
PKGNAME-main= ${DISTNAME}
|
||||
PKGNAME-devel-docs= heimdal-devel-docs-${V}
|
||||
PKGNAME-libs= heimdal-libs-${V}
|
||||
REVISION-main= 0
|
||||
REVISION-main= 1
|
||||
REVISION-libs= 0
|
||||
|
||||
CATEGORIES= security net
|
||||
|
||||
@ -83,6 +84,7 @@ CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
CPPFLAGS="-I${LOCALBASE}/include"
|
||||
CONFIGURE_ARGS= --disable-afs-support \
|
||||
--disable-mdb-db \
|
||||
--disable-otp
|
||||
|
||||
# make sure we only pickup db from base
|
||||
|
Loading…
x
Reference in New Issue
Block a user