aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sssd/0001-makefile.patch
blob: 49c1e55409610c84cb5aaadaff6c8e1d68e7838c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
--- sssd-1.15.3/Makefile.am
+++ sssd-1.15.3-old/Makefile.am
@@ -487,6 +487,7 @@
     -I$(srcdir)/src/sss_client \
     -I$(srcdir)/src \
     -I. \
+    -I/usr/include/nspr \
     $(POPT_CFLAGS) \
     $(TALLOC_CFLAGS) \
     $(TDB_CFLAGS) \
@@ -891,6 +892,7 @@
     $(TEVENT_LIBS) \
     $(DHASH_LIBS) \
     libsss_debug.la \
+    -lintl \
     $(NULL)
 libsss_child_la_LDFLAGS = -avoid-version
 
@@ -1856,6 +1858,7 @@
     $(TALLOC_LIBS) \
     $(TEVENT_LIBS) \
     $(LDB_LIBS) \
+    -lintl \
     $(NULL)
 
 if HAVE_CHECK
@@ -2511,6 +2514,7 @@
     $(POPT_LIBS) \
     libsss_test_common.la \
     libsss_debug.la \
+    -lintl \
     $(NULL)
 
 sss_nss_idmap_tests_SOURCES = \
@@ -4053,7 +4057,8 @@
     $(TALLOC_LIBS) \
     $(POPT_LIBS) \
     $(DHASH_LIBS) \
-    $(KRB5_LIBS)
+    $(KRB5_LIBS) \
+    -lintl
 
 if BUILD_SEMANAGE
 selinux_child_SOURCES = \
@@ -4127,6 +4132,7 @@
     $(POPT_LIBS) \
     $(NSS_LIBS) \
     libsss_crypt.la \
+    -lintl \
     $(NULL)
 
 memberof_la_SOURCES = \