diff options
author | Sumit Bose <sbose@redhat.com> | 2012-08-22 15:10:31 +0200 |
---|---|---|
committer | Alexander Bokovoy <abokovoy@redhat.com> | 2012-08-22 17:18:07 +0300 |
commit | e8d4cc65f8db57709e944400b9dac80c692fd950 (patch) | |
tree | 86ba6e552e932cec3d74ac6f610211079f386e8d /daemons | |
parent | 2d63e28c7825ced7d038d6ea655416f5648e6c23 (diff) | |
download | freeipa-e8d4cc65f8db57709e944400b9dac80c692fd950.tar.gz freeipa-e8d4cc65f8db57709e944400b9dac80c692fd950.tar.xz freeipa-e8d4cc65f8db57709e944400b9dac80c692fd950.zip |
Use libsamba-security instead of libsecurity
In samba4-beta6 the name of a library was changed from libsecurity to
libsamba-security.
Diffstat (limited to 'daemons')
-rw-r--r-- | daemons/ipa-sam/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemons/ipa-sam/Makefile.am b/daemons/ipa-sam/Makefile.am index 275cce629..ad7e516f0 100644 --- a/daemons/ipa-sam/Makefile.am +++ b/daemons/ipa-sam/Makefile.am @@ -3,7 +3,7 @@ SAMBA40EXTRA_LIBS = $(SAMBA40EXTRA_LIBPATH) \ -lsmbldap \ -lcliauth \ -lpdb \ - -lsecurity \ + -lsamba-security \ -lsmbconf \ $(NULL) |