summaryrefslogtreecommitdiffstats
path: root/daemons/ipa-slapi-plugins
diff options
context:
space:
mode:
authorPetr Spacek <pspacek@redhat.com>2016-10-12 11:05:23 +0200
committerMartin Basti <mbasti@redhat.com>2016-10-18 10:47:59 +0200
commit2ea66483791ef060c54f525786fbac2730813bbc (patch)
tree6a16add59263598a950a538b4b93fd20da6589ad /daemons/ipa-slapi-plugins
parent01072fc8f2833e9316f534875c75714803384377 (diff)
downloadfreeipa-2ea66483791ef060c54f525786fbac2730813bbc.tar.gz
freeipa-2ea66483791ef060c54f525786fbac2730813bbc.tar.xz
freeipa-2ea66483791ef060c54f525786fbac2730813bbc.zip
Build: remove traces of mozldap library
Mozldap is not used for some time now. We can remove all traces of it. AFAIK the complex logic for OpenLDAP detection should not be necessary and -lldap_r -llber options should suffice. Unfortunatelly OpenLDAP package does not ship package config files so we have to hardcode flags. Reviewed-By: Martin Basti <mbasti@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
Diffstat (limited to 'daemons/ipa-slapi-plugins')
-rw-r--r--daemons/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am b/daemons/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am
index 048e8bd85..de6150924 100644
--- a/daemons/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am
+++ b/daemons/ipa-slapi-plugins/ipa-pwd-extop/Makefile.am
@@ -20,7 +20,7 @@ AM_CPPFLAGS = \
-DLIBEXECDIR=\""$(libexecdir)"\" \
-DDATADIR=\""$(datadir)"\" \
$(CRYPTO_CFLAGS) \
- $(LDAP_CFLAGS) \
+ $(LDAP_CFLAGS) \
$(KRB5_CFLAGS) \
$(NSS_CFLAGS) \
$(WARN_CFLAGS) \