diff options
Diffstat (limited to 'dns/powerdns-devel/Makefile')
-rw-r--r-- | dns/powerdns-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/powerdns-devel/Makefile b/dns/powerdns-devel/Makefile index b98468facf87..3556b7544cbb 100644 --- a/dns/powerdns-devel/Makefile +++ b/dns/powerdns-devel/Makefile @@ -79,9 +79,10 @@ CONFIGURE_ARGS+= --disable-mysql .if defined(WITH_LDAP) USE_OPENLDAP?= YES -USE_LIBTOOL_VER= 13 +USE_LIBTOOL_VER= 15 INSTALLS_SHLIB= YES CONFIGURE_MODULES+= "ldap" +CXXFLAGS+= -L${LOCALBASE}/lib PLIST_SUB+= WITHLDAP="" .else PLIST_SUB+= WITHLDAP="@comment " |