diff options
-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 \ |