lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v192 13 lines 675 B view raw
1diff -rupN libguestfs-1.29.5/src/Makefile.am libguestfs-1.29.5-new/src/Makefile.am 2--- libguestfs-1.29.5/src/Makefile.am 2014-11-05 16:43:08.000000000 +0100 3+++ libguestfs-1.29.5-new/src/Makefile.am 2014-11-05 20:07:45.760730596 +0100 4@@ -167,8 +167,7 @@ libguestfs_la_LIBADD = \ 5 # Force libtool to name the library 'libguestfs.so.0.$(MAX_PROC_NR).0'. 6 # Include the version script to limit which symbols are exported. 7 libguestfs_la_LDFLAGS = \ 8- -version-info $(MAX_PROC_NR):0:$(MAX_PROC_NR) \ 9- $(VERSION_SCRIPT_FLAGS)$(srcdir)/libguestfs.syms 10+ -version-info $(MAX_PROC_NR):0:$(MAX_PROC_NR) 11 12 if HAVE_FUSE 13 # XXX Unfortunately FUSE_CFLAGS defines _FILE_OFFSET_BITS=64.