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