diff options
Diffstat (limited to 'testing/sssd/0001-makefile.patch')
-rw-r--r-- | testing/sssd/0001-makefile.patch | 34 |
1 files changed, 22 insertions, 12 deletions
diff --git a/testing/sssd/0001-makefile.patch b/testing/sssd/0001-makefile.patch index 49c1e55409..67cf3a81fb 100644 --- a/testing/sssd/0001-makefile.patch +++ b/testing/sssd/0001-makefile.patch @@ -1,6 +1,8 @@ ---- sssd-1.15.3/Makefile.am -+++ sssd-1.15.3-old/Makefile.am -@@ -487,6 +487,7 @@ +diff --git a/Makefile.am b/Makefile.am +index 484b4490e..e3369ae4a 100644 +--- a/Makefile.am ++++ b/Makefile.am +@@ -493,6 +493,7 @@ AM_CPPFLAGS = \ -I$(srcdir)/src/sss_client \ -I$(srcdir)/src \ -I. \ @@ -8,7 +10,7 @@ $(POPT_CFLAGS) \ $(TALLOC_CFLAGS) \ $(TDB_CFLAGS) \ -@@ -891,6 +892,7 @@ +@@ -891,6 +892,7 @@ libsss_child_la_LIBADD = \ $(TEVENT_LIBS) \ $(DHASH_LIBS) \ libsss_debug.la \ @@ -16,15 +18,23 @@ $(NULL) libsss_child_la_LDFLAGS = -avoid-version -@@ -1856,6 +1858,7 @@ - $(TALLOC_LIBS) \ +@@ -1727,6 +1729,7 @@ sss_signal_SOURCES = \ + $(NULL) + sss_signal_LDADD = \ + libsss_debug.la \ ++ -lintl \ + $(NULL) + + sss_override_SOURCES = \ +@@ -1885,6 +1888,7 @@ libsss_test_common_la_LIBADD = \ $(TEVENT_LIBS) \ $(LDB_LIBS) \ + $(SSSD_INTERNAL_LTLIBS) \ + -lintl \ $(NULL) if HAVE_CHECK -@@ -2511,6 +2514,7 @@ +@@ -2604,6 +2608,7 @@ test_authtok_LDADD = \ $(POPT_LIBS) \ libsss_test_common.la \ libsss_debug.la \ @@ -32,7 +42,7 @@ $(NULL) sss_nss_idmap_tests_SOURCES = \ -@@ -4053,7 +4057,8 @@ +@@ -4276,7 +4281,8 @@ ldap_child_LDADD = \ $(TALLOC_LIBS) \ $(POPT_LIBS) \ $(DHASH_LIBS) \ @@ -42,11 +52,11 @@ if BUILD_SEMANAGE selinux_child_SOURCES = \ -@@ -4127,6 +4132,7 @@ +@@ -4367,6 +4373,7 @@ p11_child_LDADD = \ + $(DHASH_LIBS) \ $(POPT_LIBS) \ - $(NSS_LIBS) \ libsss_crypt.la \ + -lintl \ $(NULL) - - memberof_la_SOURCES = \ + if HAVE_NSS + p11_child_LDADD += \ |