[SSSD] [PATCH] BUILD: link dp tests with LDB directly to fix builds on Debian

Jakub Hrozek jhrozek at redhat.com
Tue Sep 22 08:36:34 UTC 2015


Hi,

one of my recent patches broke test builds on Debian. The attached patch
fixes it:
    http://sssd-ci.duckdns.org/logs/job/27/41/summary.html
-------------- next part --------------
>From f9e0e03495e3dda8d79df00f544973970174a875 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhrozek at redhat.com>
Date: Mon, 21 Sep 2015 22:35:03 +0200
Subject: [PATCH] BUILD: link dp tests with LDB directly to fix builds on
 Debian

https://fedorahosted.org/sssd/ticket/2799
---
 Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 44c78232e2856a298f03faaa987f000851414bfc..583ba944073594526e7ce99967d8ab2a245e632c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2594,6 +2594,8 @@ test_data_provider_be_LDADD = \
     $(POPT_LIBS) \
     $(PAM_LIBS) \
     $(TALLOC_LIBS) \
+    $(LDB_LIBS) \
+    $(DBUS_LIBS) \
     $(SSSD_INTERNAL_LTLIBS) \
     libsss_debug.la \
     libsss_test_common.la \
-- 
2.4.3



More information about the sssd-devel mailing list