]> git.pld-linux.org Git - packages/xfsprogs.git/blobdiff - xfsprogs-miscfix-v2.patch
- updated pl.po-update patch (but reorder entries for diff to make it minimal)
[packages/xfsprogs.git] / xfsprogs-miscfix-v2.patch
index a47d926d4105716360fa75ba3becbf65c955931a..3a4296b5c4b934c6dedcdf2458fc3e43346ac5dc 100644 (file)
@@ -1,7 +1,20 @@
---- xfsprogs-2.5.4/m4/manual_format.m4.orig    2003-07-25 19:42:03.000000000 +0200
-+++ xfsprogs-2.5.4/m4/manual_format.m4 2003-08-08 08:22:59.000000000 +0200
+diff -urNp -x '*.orig' xfsprogs-5.11.0.org/libxfs/Makefile xfsprogs-5.11.0/libxfs/Makefile
+--- xfsprogs-5.11.0.org/libxfs/Makefile        2020-12-23 02:12:40.000000000 +0100
++++ xfsprogs-5.11.0/libxfs/Makefile    2021-03-14 00:46:57.929250648 +0100
+@@ -110,7 +110,7 @@ CFILES = cache.c \
+ FCFLAGS = -I.
+-LTLIBS = $(LIBPTHREAD) $(LIBRT)
++LTLIBS = $(LIBPTHREAD) $(LIBRT) $(LIBUUID)
+ # don't try linking xfs_repair with a debug libxfs.
+ DEBUG = -DNDEBUG
+diff -urNp -x '*.orig' xfsprogs-5.11.0.org/m4/manual_format.m4 xfsprogs-5.11.0/m4/manual_format.m4
+--- xfsprogs-5.11.0.org/m4/manual_format.m4    2020-12-23 02:07:48.000000000 +0100
++++ xfsprogs-5.11.0/m4/manual_format.m4        2021-03-14 00:46:57.929250648 +0100
 @@ -6,12 +6,5 @@
- # 
+ #
  AC_DEFUN([AC_MANUAL_FORMAT],
    [ have_zipped_manpages=false
 -    for d in ${prefix}/share/man ${prefix}/man ; do
 -    done
      AC_SUBST(have_zipped_manpages)
    ])
-
---- xfsprogs-3.1.3/Makefile~   2010-08-18 06:54:06.000000000 +0200
-+++ xfsprogs-3.1.3/Makefile    2010-08-28 16:35:25.820731669 +0200
-@@ -39,7 +39,11 @@
- LDIRT += $(SRCTAR)
- endif
--LIB_SUBDIRS = libxfs libxlog libxcmd libhandle libdisk
-+LIB_SUBDIRS = libxfs libxlog libxcmd libhandle
-+ifneq ($(ENABLE_BLKID), yes)
-+LIB_SUBDIRS += libdisk
-+endif
-+
- TOOL_SUBDIRS = copy db estimate fsck fsr growfs io logprint mkfs quota \
-               mdrestore repair rtcp m4 man doc po debian
This page took 0.0919 seconds and 4 git commands to generate.