7190N/AThis is a hack for which I have found no alternative; it allows
7190N/Agobject-introspection to find the nss/nspr libraries when it's scanning the
7190N/Alibraries. Since it isn't used by any binaries or libraries we deliver, it
7190N/Ashould be ok, but I wish there was a better solution.
7190N/A
7190N/ANot appropriate for upstream.
7190N/A--- evolution-data-server-3.16.2/addressbook/libebook/Makefile.am 2015-03-22 23:41:04.000000000 -0700
7190N/A+++ evolution-data-server-3.16.2/addressbook/libebook/Makefile.am 2015-07-16 18:27:14.254242705 -0700
7190N/A@@ -133,6 +133,10 @@
7190N/A $(top_builddir)/addressbook/libedata-book/libedata-book-1.2.la \
7190N/A libebook-1.2.la $(top_builddir)/libedataserver/libedataserver-1.2.la \
7190N/A $(NULL)
7190N/A+EBook_1_2_gir_LDFLAGS = \
7190N/A+ -L/usr/lib/mps/64 \
7190N/A+ -L/usr/lib/mps \
7190N/A+ $(NULL)
7190N/A EBook_1_2_gir_FILES = \
7190N/A $(libebook_1_2_la_SOURCES) \
7190N/A $(libebookinclude_HEADERS) \
7190N/A--- evolution-data-server-3.16.2/addressbook/libebook-contacts/Makefile.am 2015-03-22 23:41:04.000000000 -0700
7190N/A+++ evolution-data-server-3.16.2/addressbook/libebook-contacts/Makefile.am 2015-07-16 18:27:21.249507947 -0700
7190N/A@@ -142,6 +142,10 @@
7190N/A EBookContacts_1_2_gir_LIBS = \
7190N/A libebook-contacts-1.2.la $(top_builddir)/libedataserver/libedataserver-1.2.la \
7190N/A $(NULL)
7190N/A+EBookContacts_1_2_gir_LDFLAGS = \
7190N/A+ -L/usr/lib/mps/64 \
7190N/A+ -L/usr/lib/mps \
7190N/A+ $(NULL)
7190N/A EBookContacts_1_2_gir_FILES = \
7190N/A $(libebook_contacts_1_2_la_SOURCES) \
7190N/A $(libebookcontactsinclude_HEADERS) \
7190N/A--- evolution-data-server-3.16.2/libedataserver/Makefile.am 2015-03-22 23:41:04.000000000 -0700
7190N/A+++ evolution-data-server-3.16.2/libedataserver/Makefile.am 2015-07-16 18:27:44.552846725 -0700
7190N/A@@ -261,6 +261,10 @@
7190N/A libedataserver-1.2.la \
7190N/A $(top_builddir)/camel/libcamel-1.2.la \
7190N/A $(NULL)
7190N/A+EDataServer_1_2_gir_LDFLAGS = \
7190N/A+ -L/usr/lib/mps/64 \
7190N/A+ -L/usr/lib/mps \
7190N/A+ $(NULL)
7190N/A EDataServer_1_2_gir_FILES = $(introspection_sources)
7190N/A INTROSPECTION_GIRS += EDataServer-1.2.gir