]> git.pld-linux.org Git - packages/xfsprogs.git/blame - xfsprogs-miscfix.patch
- updated to 2.7.3
[packages/xfsprogs.git] / xfsprogs-miscfix.patch
CommitLineData
b1cf1e27 1diff -urN ./old/xfsprogs-1.3.5/configure.in xfsprogs-1.3.5/configure.in
2--- ./old/xfsprogs-1.3.5/configure.in Thu Aug 9 21:04:48 2001
3+++ xfsprogs-1.3.5/configure.in Wed Aug 29 09:12:23 2001
4@@ -133,7 +133,7 @@
96f7940e
AM
5 echo 'Install either the e2fsprogs-devel (rpm) or the uuid-dev (deb) package.'
6 exit 1
7 ])
8-libuuid="/usr/lib/libuuid.a"
9+libuuid="-luuid"
10 AC_SUBST(libuuid)
11
12 dnl Checks for LVM library
b1cf1e27 13@@ -201,14 +201,6 @@
96f7940e 14 dnl (usually on Debian, but not Redhat pre-7.0)
020a57a8 15 pkg_man_dir=${prefix}/share/man
96f7940e
AM
16 have_zipped_manpages=false
17-for d in ${prefix}/share/man ${prefix}/man ; do
18- if test -f $d/man1/man.1.gz
19- then
20- pkg_man_dir=$d
21- have_zipped_manpages=true
22- break
23- fi
24-done
25 AC_SUBST(pkg_man_dir)
26 AC_SUBST(have_zipped_manpages)
27
This page took 0.046933 seconds and 4 git commands to generate.