]> git.pld-linux.org Git - packages/libguestfs.git/blob - libguestfs-link.patch
- updated to 1.20.1
[packages/libguestfs.git] / libguestfs-link.patch
1 --- libguestfs-1.18.8/gobject/Makefile.am.orig  2012-09-19 15:12:04.000000000 +0200
2 +++ libguestfs-1.18.8/gobject/Makefile.am       2012-09-22 19:32:43.065376938 +0200
3 @@ -51,9 +51,8 @@
4  libguestfs_gobject_1_0_la_SOURCES = $(guestfs_gobject_sources)
5  libguestfs_gobject_1_0_la_CFLAGS = -I$(top_srcdir)/src -I$(srcdir)/include \
6                                     $(GOBJECT_CFLAGS)
7 -libguestfs_gobject_1_0_la_LIBS = $(GOBJECT_LIBS)
8  libguestfs_gobject_1_0_la_LDFLAGS = $(LDFLAGS) -L$(top_builddir)/src
9 -libguestfs_gobject_1_0_la_LIBADD = -lguestfs
10 +libguestfs_gobject_1_0_la_LIBADD = -lguestfs $(GOBJECT_LIBS) $(GIO_LIBS)
11  
12  # All the headers except <guestfs-gobject.h> should be installed
13  # in the subdirectory.
14 --- libguestfs-1.20.1/src/Makefile.am.orig      2012-12-20 16:40:46.000000000 +0100
15 +++ libguestfs-1.20.1/src/Makefile.am   2013-01-06 19:21:18.854294111 +0100
16 @@ -178,6 +178,7 @@
17  libguestfs_la_LIBADD = \
18         $(PCRE_LIBS) $(MAGIC_LIBS) \
19         $(LIBVIRT_LIBS) $(LIBXML2_LIBS) \
20 +       $(SELINUX_LIB) \
21         ../gnulib/lib/libgnu.la \
22         $(GETADDRINFO_LIB) \
23         $(HOSTENT_LIB) \
This page took 0.044533 seconds and 4 git commands to generate.