summaryrefslogtreecommitdiffstats
path: root/daemons/ipa-kdb/Makefile.am
diff options
context:
space:
mode:
authorNathaniel McCallum <npmccallum@redhat.com>2013-07-16 11:47:27 -0400
committerMartin Kosek <mkosek@redhat.com>2013-07-18 18:08:53 +0200
commit6c0b7f3389a13d0fb86e5c3bd7d299a9e8629958 (patch)
treeaf840dd2272f89c4e4cb7ec00087c40b1c60f03e /daemons/ipa-kdb/Makefile.am
parente95a7b1b8db9fb12c25fd371cac627352c5e93fb (diff)
downloadfreeipa-6c0b7f3389a13d0fb86e5c3bd7d299a9e8629958.tar.gz
freeipa-6c0b7f3389a13d0fb86e5c3bd7d299a9e8629958.tar.xz
freeipa-6c0b7f3389a13d0fb86e5c3bd7d299a9e8629958.zip
Use libunistring ulc_casecmp() on unicode strings
https://fedorahosted.org/freeipa/ticket/3772
Diffstat (limited to 'daemons/ipa-kdb/Makefile.am')
-rw-r--r--daemons/ipa-kdb/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemons/ipa-kdb/Makefile.am b/daemons/ipa-kdb/Makefile.am
index 13c455131..dc543dd56 100644
--- a/daemons/ipa-kdb/Makefile.am
+++ b/daemons/ipa-kdb/Makefile.am
@@ -50,6 +50,7 @@ ipadb_la_LIBADD = \
$(KRB5_LIBS) \
$(LDAP_LIBS) \
$(NDRPAC_LIBS) \
+ $(UNISTRING_LIBS) \
$(NULL)
if HAVE_CHECK