components/gnome/evolution-data-server/patches/05-gobject-introspection.patch
changeset 7192 bcbc95c2f212
equal deleted inserted replaced
7191:001012c619ce 7192:bcbc95c2f212
       
     1 This is a hack for which I have found no alternative; it allows
       
     2 gobject-introspection to find the nss/nspr libraries when it's scanning the
       
     3 libraries.  Since it isn't used by any binaries or libraries we deliver, it
       
     4 should be ok, but I wish there was a better solution.
       
     5 
       
     6 Not appropriate for upstream.
       
     7 --- evolution-data-server-3.16.2/addressbook/libebook/Makefile.am	2015-03-22 23:41:04.000000000 -0700
       
     8 +++ evolution-data-server-3.16.2/addressbook/libebook/Makefile.am	2015-07-16 18:27:14.254242705 -0700
       
     9 @@ -133,6 +133,10 @@
       
    10  	$(top_builddir)/addressbook/libedata-book/libedata-book-1.2.la \
       
    11  	libebook-1.2.la $(top_builddir)/libedataserver/libedataserver-1.2.la \
       
    12  	$(NULL)
       
    13 +EBook_1_2_gir_LDFLAGS = \
       
    14 +	-L/usr/lib/mps/64 \
       
    15 +	-L/usr/lib/mps \
       
    16 +	$(NULL)
       
    17  EBook_1_2_gir_FILES = \
       
    18  	$(libebook_1_2_la_SOURCES) \
       
    19  	$(libebookinclude_HEADERS) \
       
    20 --- evolution-data-server-3.16.2/addressbook/libebook-contacts/Makefile.am	2015-03-22 23:41:04.000000000 -0700
       
    21 +++ evolution-data-server-3.16.2/addressbook/libebook-contacts/Makefile.am	2015-07-16 18:27:21.249507947 -0700
       
    22 @@ -142,6 +142,10 @@
       
    23  EBookContacts_1_2_gir_LIBS = \
       
    24  	libebook-contacts-1.2.la $(top_builddir)/libedataserver/libedataserver-1.2.la \
       
    25  	$(NULL)
       
    26 +EBookContacts_1_2_gir_LDFLAGS = \
       
    27 +	-L/usr/lib/mps/64 \
       
    28 +	-L/usr/lib/mps \
       
    29 +	$(NULL)
       
    30  EBookContacts_1_2_gir_FILES = \
       
    31  	$(libebook_contacts_1_2_la_SOURCES) \
       
    32  	$(libebookcontactsinclude_HEADERS) \
       
    33 --- evolution-data-server-3.16.2/libedataserver/Makefile.am	2015-03-22 23:41:04.000000000 -0700
       
    34 +++ evolution-data-server-3.16.2/libedataserver/Makefile.am	2015-07-16 18:27:44.552846725 -0700
       
    35 @@ -261,6 +261,10 @@
       
    36  	libedataserver-1.2.la \
       
    37  	$(top_builddir)/camel/libcamel-1.2.la \
       
    38  	$(NULL)
       
    39 +EDataServer_1_2_gir_LDFLAGS = \
       
    40 +	-L/usr/lib/mps/64 \
       
    41 +	-L/usr/lib/mps \
       
    42 +	$(NULL)
       
    43  EDataServer_1_2_gir_FILES = $(introspection_sources)
       
    44  INTROSPECTION_GIRS += EDataServer-1.2.gir