diff options
author | Ondrej Kos <okos@redhat.com> | 2013-02-18 14:43:19 +0100 |
---|---|---|
committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-03-27 20:15:52 +0100 |
commit | 539b1be3507abdf8ac235b06eeed5011b0b5cde2 (patch) | |
tree | de8f928b6b46a95af9a1a11d6f0f7ba6d72fcc9f /BUILD.txt | |
parent | 78eba1cdd8e337d07b536afd9d6043482c88208e (diff) | |
download | sssd-539b1be3507abdf8ac235b06eeed5011b0b5cde2.tar.gz sssd-539b1be3507abdf8ac235b06eeed5011b0b5cde2.tar.xz sssd-539b1be3507abdf8ac235b06eeed5011b0b5cde2.zip |
Provide libnl3 support
https://fedorahosted.org/sssd/ticket/812
Update the monitor code to be using the new libnl3 API.
Changed configure option
--with-libnl
By default, it tries to build with libnl3, if not found, then with
libnl1, if this isn't found either, build proceeds without libnl, just
with warning.
Specifing --with-libnl=<libnl3|libnl1|no> checks for the specific given
version, if not found, configure ends with error.
Diffstat (limited to 'BUILD.txt')
-rw-r--r-- | BUILD.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ yum install openldap-devel gettext libtool pcre-devel c-ares-devel \ libxml2 pam-devel nss-devel libtevent python-devel \ libtevent-devel libtdb libtdb-devel libtalloc libtalloc-devel \ libldb libldb-devel popt-devel c-ares-devel check-devel \ - doxygen libselinux-devel libsemanage-devel bind-utils libnl-devel \ + doxygen libselinux-devel libsemanage-devel bind-utils libnl3-devel \ gettext-devel glib2-devel ding-libs are available in Fedora 14 and later version: |