[Freeipa-devel] [PATCH] Use libsamba-security instead of libsecurity

Sumit Bose sbose at redhat.com
Wed Aug 22 13:15:38 UTC 2012


Hi,

this patch fixes a build issue caused by a name change of a library in
samba4 beta6. Since we currently always build with the latest samba4
version I think we do not need an extra configure check here. I you
think otherwise let me known, then I can add a check.

bye,
Sumit
-------------- next part --------------
From 76e2fe12ea73832b2c121c6421d6f04b29dc7b5d Mon Sep 17 00:00:00 2001
From: Sumit Bose <sbose at redhat.com>
Date: Wed, 22 Aug 2012 15:10:31 +0200
Subject: [PATCH] Use libsamba-security instead of libsecurity

In samba4-beta6 the name of a library was changed from libsecurity to
libsamba-security.
---
 daemons/ipa-sam/Makefile.am | 2 +-
 1 Datei ge?ndert, 1 Zeile hinzugef?gt(+), 1 Zeile entfernt(-)

diff --git a/daemons/ipa-sam/Makefile.am b/daemons/ipa-sam/Makefile.am
index 275cce629385b1719544a7832a00e9ee6664b739..ad7e516f0c94f82cc209ee55ff0b67c6a6bd54f9 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)
 
-- 
1.7.11.4



More information about the Freeipa-devel mailing list