summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2014-02-12 21:17:20 +0100
committerJakub Hrozek <jhrozek@redhat.com>2014-02-17 17:53:25 +0100
commit5bcb59c94ceb86b4ccd280a5a3f47c16fb08aac3 (patch)
treeada457afa256228e49c8b6be3957f18fa79f5d8e /Makefile.am
parent828cc04cd1ed9076faa6e1545055ae69a04f0f0f (diff)
downloadsssd-5bcb59c94ceb86b4ccd280a5a3f47c16fb08aac3.tar.gz
sssd-5bcb59c94ceb86b4ccd280a5a3f47c16fb08aac3.tar.xz
sssd-5bcb59c94ceb86b4ccd280a5a3f47c16fb08aac3.zip
IPA: explicitly link libsss_ipa with selinux library
Function selinux_policy_root is used in the module ipa_selinux.c by macro selogin_path, but libsss_ipa.so was not linked with selinux library It was not problem because another libraries depens on selinux.so libsss_ipa.so -> libk5crypto.so -> libkrb5support.so -> libselinux.so We should not rely on dependencies of other libraries. Reviewed-by: Pavel Březina <pbrezina@redhat.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index efb314d47..9d5526a58 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1794,6 +1794,7 @@ libsss_ipa_la_LIBADD = \
$(NDR_NBT_LIBS) \
$(KEYUTILS_LIBS) \
$(KRB5_LIBS) \
+ $(SELINUX_LIBS) \
libsss_ldap_common.la \
libsss_krb5_common.la \
libipa_hbac.la \