overlay/sys-kernel/recoveryinitramfs/files/xfsprogs/3.1.11/005_all_xfsprogs-3.1.11-miscfix-v2.patch
2013-10-29 18:26:14 +01:00

33 lines
932 B
Diff

--- 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.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