diff options
author | vsevolod <vsevolod@FreeBSD.org> | 2005-09-01 21:11:50 +0800 |
---|---|---|
committer | vsevolod <vsevolod@FreeBSD.org> | 2005-09-01 21:11:50 +0800 |
commit | d3bf0f04453c476c9e5f8a1ea9e6091f7ce70d35 (patch) | |
tree | 72ddbdd2569181b2fba2fc9cdf2d23ad592466e6 | |
parent | 060a6a6882b9cfc28b282659d93486a0913da9e1 (diff) | |
download | freebsd-ports-gnome-d3bf0f04453c476c9e5f8a1ea9e6091f7ce70d35.tar.gz freebsd-ports-gnome-d3bf0f04453c476c9e5f8a1ea9e6091f7ce70d35.tar.zst freebsd-ports-gnome-d3bf0f04453c476c9e5f8a1ea9e6091f7ce70d35.zip |
Fix build with openldap23 libraries.
Submitted by: skv
-rw-r--r-- | security/newpki-server/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/newpki-server/Makefile b/security/newpki-server/Makefile index 82e2e91c7ed1..f91ec2aed742 100644 --- a/security/newpki-server/Makefile +++ b/security/newpki-server/Makefile @@ -27,7 +27,7 @@ USE_OPENLDAP= yes USE_REINPLACE= yes MANCOMPRESSED= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DLDAP_DEPRECATED" LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS+= --with-newpki-include=${LOCALBASE}/include/newpki \ --with-newpki-lib=${LOCALBASE}/lib \ --with-mysql-lib=${LOCALBASE}/lib/mysql \ |