]> git.pld-linux.org Git - packages/xfsprogs.git/blob - xfsprogs-miscfix-v2.patch
- up to 3.2.0
[packages/xfsprogs.git] / xfsprogs-miscfix-v2.patch
1 --- xfsprogs-2.5.4/m4/manual_format.m4.orig     2003-07-25 19:42:03.000000000 +0200
2 +++ xfsprogs-2.5.4/m4/manual_format.m4  2003-08-08 08:22:59.000000000 +0200
3 @@ -6,12 +6,5 @@
4  # 
5  AC_DEFUN([AC_MANUAL_FORMAT],
6    [ have_zipped_manpages=false
7 -    for d in ${prefix}/share/man ${prefix}/man ; do
8 -        if test -f $d/man1/man.1.gz
9 -        then
10 -            have_zipped_manpages=true
11 -            break
12 -        fi
13 -    done
14      AC_SUBST(have_zipped_manpages)
15    ])
16
17 --- xfsprogs-3.1.3/Makefile~    2010-08-18 06:54:06.000000000 +0200
18 +++ xfsprogs-3.1.3/Makefile     2010-08-28 16:35:25.820731669 +0200
19 @@ -39,7 +39,11 @@
20  LDIRT += $(SRCTAR)
21  endif
22  
23 -LIB_SUBDIRS = libxfs libxlog libxcmd libhandle libdisk
24 +LIB_SUBDIRS = libxfs libxlog libxcmd libhandle
25 +ifneq ($(ENABLE_BLKID), yes)
26 +LIB_SUBDIRS += libdisk
27 +endif
28 +
29  TOOL_SUBDIRS = copy db estimate fsck fsr growfs io logprint mkfs quota \
30                 mdrestore repair rtcp m4 man doc po debian
31  
32
33 --- xfsprogs-3.2.0/libxfs/Makefile~     2014-01-28 07:19:44.000000000 +0100
34 +++ xfsprogs-3.2.0/libxfs/Makefile      2014-05-17 20:01:36.257560519 +0200
35 @@ -56,7 +56,7 @@
36  
37  FCFLAGS = -I.
38  
39 -LTLIBS = $(LIBPTHREAD) $(LIBRT)
40 +LTLIBS = $(LIBPTHREAD) $(LIBRT) $(LIBUUID)
41  
42  # don't try linking xfs_repair with a debug libxfs.
43  DEBUG = -DNDEBUG
This page took 0.098375 seconds and 4 git commands to generate.