1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-19 17:25:17 +03:00
aports/testing/sssd/0001-makefile.patch
2022-07-12 20:46:45 +00:00

69 lines
1.5 KiB
Diff

diff --git a/Makefile.am b/Makefile.am
index f6bc9414d..a435507e7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -508,6 +508,7 @@ AM_CPPFLAGS = \
-I$(srcdir)/src/sss_client \
-I$(srcdir)/src \
-I. \
+ -I/usr/include/nspr \
$(POPT_CFLAGS) \
$(TALLOC_CFLAGS) \
$(TDB_CFLAGS) \
@@ -942,6 +943,7 @@ libsss_child_la_LIBADD = \
$(TEVENT_LIBS) \
$(DHASH_LIBS) \
libsss_debug.la \
+ -lintl \
$(NULL)
libsss_child_la_LDFLAGS = -avoid-version
@@ -1873,6 +1875,7 @@ sss_signal_SOURCES = \
$(NULL)
sss_signal_LDADD = \
libsss_debug.la \
+ -lintl \
$(NULL)
sss_override_SOURCES = \
@@ -2027,6 +2030,7 @@ libsss_test_common_la_LIBADD = \
$(TEVENT_LIBS) \
$(LDB_LIBS) \
$(SSSD_INTERNAL_LTLIBS) \
+ -lintl \
$(NULL)
if BUILD_SYSTEMTAP
libsss_test_common_la_LIBADD += stap_generated_probes.lo
@@ -2748,6 +2752,7 @@ test_authtok_LDADD = \
$(POPT_LIBS) \
libsss_test_common.la \
libsss_debug.la \
+ -lintl \
$(NULL)
test_prompt_config_SOURCES = \
@@ -4552,7 +4557,8 @@ ldap_child_LDADD = \
$(TALLOC_LIBS) \
$(POPT_LIBS) \
$(DHASH_LIBS) \
- $(KRB5_LIBS)
+ $(KRB5_LIBS) \
+ -lintl
if BUILD_SEMANAGE
selinux_child_SOURCES = \
@@ -4637,6 +4643,7 @@ p11_child_LDADD = \
$(DHASH_LIBS) \
$(POPT_LIBS) \
libsss_crypt.la \
+ -lintl \
$(NULL)
p11_child_LDADD += \
$(P11_KIT_LIBS) \
@@ -4706,6 +4706,7 @@
$(JANSSON_LIBS) \
$(JOSE_LIBS) \
$(CURL_LIBS) \
+ -lintl \
$(NULL)
endif