From 574f9634181e5167980f6b34a8b4c1c3c26f0d61 Mon Sep 17 00:00:00 2001 From: yo Date: Sun, 4 Jun 2023 11:12:14 +0200 Subject: [PATCH] USE_LDAP is deprecated, replaced with USES = ldap --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 106b6a5..1dee1af 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ TEST_DEPENDS= ${LDB_DEPENDS} \ cmocka>=1.1.3:sysutils/cmocka RUN_DEPENDS= ${LDB_DEPENDS} -USES= compiler pkgconfig waf +USES= compiler pkgconfig waf ldap CONFLICTS_INSTALL= ldb-1.1.* ldb1[2-9]-1.* ldb2[013-9]-2.* @@ -32,7 +32,6 @@ USE_LDCONFIG= yes WAF_CMD= ${BUILD_WRKSRC}/buildtools/bin/waf CONFIGURE_LOG= ${BUILD_WRKSRC}/bin/config.log -USE_OPENLDAP= yes PKGCONFIGDIR?= ${PREFIX}/libdata/pkgconfig PLIST_SUB+= PKGCONFIGDIR=${PKGCONFIGDIR:S;${PREFIX}/;;}