sssd fails to build on current ubuntu devel series possibly due to some
updated build-dependency which used to be overlinked so that
sss_ssh_knownhostsproxy no longer gets -lpthread in it's LDFLAGS.
>From 841da3943b816c4019de99a585e7c17d9f5a5823 Mon Sep 17 00:00:00 2001
From: Timo Aaltonen <[email protected]>
Date: Sat, 1 Dec 2012 11:45:10 +0200
Subject: [PATCH] link sss_ssh_knownhostsproxy with -lpthread
there used to be an overlinked dependency that's gone now, so
to fix a build error add CLIENT_LIBS to sss_ssh_knownhostsproxy_LDFLAGS.
---
Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.am b/Makefile.am
index ce3f94f..88515d0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -769,6 +769,7 @@ sss_ssh_knownhostsproxy_SOURCES = \
sss_ssh_knownhostsproxy_CFLAGS = $(AM_CFLAGS)
sss_ssh_knownhostsproxy_LDADD = \
libsss_util.la
+sss_ssh_knownhostsproxy_LDFLAGS = $(CLIENT_LIBS)
endif
#################
--
1.7.10.4
_______________________________________________
sssd-devel mailing list
[email protected]
https://lists.fedorahosted.org/mailman/listinfo/sssd-devel