SHA256
1
0
forked from pool/libguestfs
libguestfs/libguestfs-1.19.34.patch
Olaf Hering d9ff6c49c2 split perl patch libguestfs-1.19.30.patch into
libguestfs.perl.install_vendor.patch and libguestfs.perl.no-rpath.patch
Both are needed in upcoming versions

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=21
2012-08-29 14:07:05 +00:00

60 lines
2.0 KiB
Diff

---
examples/Makefile.am | 2 +-
fuse/Makefile.am | 2 +-
src/Makefile.am | 2 +-
tests/mount-local/Makefile.am | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
Index: libguestfs-1.19.34/examples/Makefile.am
===================================================================
--- libguestfs-1.19.34.orig/examples/Makefile.am
+++ libguestfs-1.19.34/examples/Makefile.am
@@ -86,7 +86,7 @@ mount_local_CFLAGS = \
$(FUSE_CFLAGS) \
$(WARN_CFLAGS) $(WERROR_CFLAGS)
mount_local_LDADD = \
- $(FUSE_LIBS) -lulockmgr \
+ $(FUSE_LIBS) \
$(top_builddir)/src/libguestfs.la
endif
Index: libguestfs-1.19.34/fuse/Makefile.am
===================================================================
--- libguestfs-1.19.34.orig/fuse/Makefile.am
+++ libguestfs-1.19.34/fuse/Makefile.am
@@ -51,7 +51,7 @@ guestmount_CFLAGS = \
$(WARN_CFLAGS) $(WERROR_CFLAGS)
guestmount_LDADD = \
- $(FUSE_LIBS) -lulockmgr \
+ $(FUSE_LIBS) \
$(LIBCONFIG_LIBS) \
$(top_builddir)/src/libguestfs.la \
../gnulib/lib/libgnu.la
Index: libguestfs-1.19.34/src/Makefile.am
===================================================================
--- libguestfs-1.19.34.orig/src/Makefile.am
+++ libguestfs-1.19.34/src/Makefile.am
@@ -177,7 +177,7 @@ libguestfs_la_CPPFLAGS = -I$(top_srcdir)
if HAVE_FUSE
# XXX Unfortunately FUSE_CFLAGS defines _FILE_OFFSET_BITS=64.
libguestfs_la_CFLAGS += $(FUSE_CFLAGS)
-libguestfs_la_LIBADD += $(FUSE_LIBS) -lulockmgr
+libguestfs_la_LIBADD += $(FUSE_LIBS)
endif
if HAVE_RPCGEN
Index: libguestfs-1.19.34/tests/mount-local/Makefile.am
===================================================================
--- libguestfs-1.19.34.orig/tests/mount-local/Makefile.am
+++ libguestfs-1.19.34/tests/mount-local/Makefile.am
@@ -34,7 +34,7 @@ test_parallel_mount_local_CFLAGS = \
$(FUSE_CFLAGS) \
$(WARN_CFLAGS) $(WERROR_CFLAGS)
test_parallel_mount_local_LDADD = \
- $(FUSE_LIBS) -lulockmgr \
+ $(FUSE_LIBS) \
$(top_builddir)/src/libguestfs.la
endif