SHA256
1
0
forked from pool/libguestfs
libguestfs/libguestfs-1.19.34.patch

61 lines
2.0 KiB
Diff

---
examples/Makefile.am | 2 +-
fuse/Makefile.am | 2 +-
fuse/Makefile.in | 2 +-
src/Makefile.am | 2 +-
tests/mount-local/Makefile.am | 2 +-
5 files changed, 5 insertions(+), 5 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