[SSSD] [PATCH] need to link sssd with libselinux (on Ubuntu Karmic)

Brian J. Murrell brian at interlinx.bc.ca
Tue Nov 3 19:10:42 UTC 2009


I found I needed the following patch to build on Ubuntu Karmic:

+--- sssd-0.7.1.orig/server/Makefile.am
++++ sssd-0.7.1/server/Makefile.am
+@@ -233,13 +233,13 @@
+     $(NSS_LIBS) \
+     libsss_crypt.la
+ 
+-TOOLS_LIBS = \
+-    $(SSSD_LIBS)
+-
+ if BUILD_SELINUX
+-    TOOLS_LIBS += $(SELINUX_LIBS)
++    SSSD_LIBS += $(SELINUX_LIBS)
+ endif
+ 
++TOOLS_LIBS = \
++    $(SSSD_LIBS)
++
+ dist_noinst_HEADERS = \
+     monitor/monitor.h \
+     util/nss_sha512crypt.h \

Is this a known issue?

Cheers,
b.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
URL: <https://lists.fedorahosted.org/pipermail/sssd-devel/attachments/20091103/428396f3/attachment.sig>


More information about the sssd-devel mailing list