Date: Wed, 20 Aug 2014 08:01:13 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365438 - head/security/sssd/files Message-ID: <201408200801.s7K81D0n059255@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tijl Date: Wed Aug 20 08:01:12 2014 New Revision: 365438 URL: http://svnweb.freebsd.org/changeset/ports/365438 QAT: https://qat.redports.org/buildarchive/r365438/ Log: Fix more missing -lintl Tested by: mat Modified: head/security/sssd/files/patch-Makefile.am Modified: head/security/sssd/files/patch-Makefile.am ============================================================================== --- head/security/sssd/files/patch-Makefile.am Wed Aug 20 07:49:13 2014 (r365437) +++ head/security/sssd/files/patch-Makefile.am Wed Aug 20 08:01:12 2014 (r365438) @@ -11,7 +11,15 @@ diff --git Makefile.am Makefile.am index 04df7cb..e2558f7 100644 --- Makefile.am +++ Makefile.am -@@ -369,6 +369,7 @@ dist_noinst_HEADERS = \ +@@ -318,6 +318,7 @@ SSSD_LIBS = \ + $(DHASH_LIBS) \ + $(SSS_CRYPT_LIBS) \ + $(OPENLDAP_LIBS) \ ++ $(LTLIBINTL) \ + $(TDB_LIBS) + + PYTHON_BINDINGS_LIBS = \ +@@ -369,6 +370,7 @@ dist_noinst_HEADERS = \ src/util/sss_selinux.h \ src/util/sss_utf8.h \ src/util/sss_ssh.h \ @@ -19,14 +27,6 @@ index 04df7cb..e2558f7 100644 src/util/refcount.h \ src/util/find_uid.h \ src/util/user_info_msg.h \ -@@ -571,6 +572,7 @@ sssd_LDADD = \ - $(INOTIFY_LIBS) \ - $(LIBNL_LIBS) \ - $(KEYUTILS_LIBS) \ -+ $(LTLIBINTL) \ - libsss_util.la - - sssd_nss_SOURCES = \ @@ -1170,7 +1172,7 @@ noinst_PROGRAMS += autofs_test_client endif @@ -58,6 +58,14 @@ index 04df7cb..e2558f7 100644 $(CLIENT_LIBS) \ -module \ -version-info 2:0:0 \ +@@ -1532,6 +1535,7 @@ ldap_child_LDADD = \ + $(POPT_LIBS) \ + $(OPENLDAP_LIBS) \ + $(DHASH_LIBS) \ ++ $(LTLIBINTL) \ + $(KRB5_LIBS) + + proxy_child_SOURCES = \ -- 1.8.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408200801.s7K81D0n059255>