]> git.pld-linux.org Git - packages/xfsprogs.git/blobdiff - xfsprogs-miscfix-v2.patch
- updated pl.po-update patch
[packages/xfsprogs.git] / xfsprogs-miscfix-v2.patch
index 927690bd79606fd624114c6a4d8868f88233fcc7..20d8f10bb0e830a25cd53e51adb4ac14e8dc85b6 100644 (file)
@@ -1,17 +1,27 @@
-diff -urN ./old/xfsprogs-1.3.5/configure.in xfsprogs-1.3.5/configure.in
---- ./old/xfsprogs-1.3.5/configure.in  Thu Aug  9 21:04:48 2001
-+++ xfsprogs-1.3.5/configure.in        Wed Aug 29 09:12:23 2001
-@@ -201,13 +201,6 @@
- dnl also check if man page source is gzipped
- dnl (usually on Debian, but not Redhat pre-7.0)
- have_zipped_manpages=false
--for d in ${prefix}/share/man ${prefix}/man ; do
--    if test -f $d/man1/man.1.gz
--    then
--      have_zipped_manpages=true
--      break
--    fi
--done
- AC_SUBST(have_zipped_manpages)
+--- 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
+@@ -6,12 +6,5 @@
+ # 
+ AC_DEFUN([AC_MANUAL_FORMAT],
+   [ have_zipped_manpages=false
+-    for d in ${prefix}/share/man ${prefix}/man ; do
+-        if test -f $d/man1/man.1.gz
+-        then
+-            have_zipped_manpages=true
+-            break
+-        fi
+-    done
+     AC_SUBST(have_zipped_manpages)
+   ])
+
+--- xfsprogs-3.2.0/libxfs/Makefile~    2014-01-28 07:19:44.000000000 +0100
++++ xfsprogs-3.2.0/libxfs/Makefile     2014-05-17 20:01:36.257560519 +0200
+@@ -56,7 +56,7 @@
  
- dnl build definitions for use in Makefiles
+ FCFLAGS = -I.
+-LTLIBS = $(LIBPTHREAD) $(LIBRT)
++LTLIBS = $(LIBPTHREAD) $(LIBRT) $(LIBUUID)
+ # don't try linking xfs_repair with a debug libxfs.
+ DEBUG = -DNDEBUG
This page took 0.044124 seconds and 4 git commands to generate.