]> git.pld-linux.org Git - packages/e2fsprogs.git/blob - e2fsprogs-498381.patch
- hack around chicken-egg problem with libuuid and libblkid to allow
[packages/e2fsprogs.git] / e2fsprogs-498381.patch
1 --- e2fsprogs-1.41.1/configure.in.orig  2008-09-01 17:36:59.000000000 +0200
2 +++ e2fsprogs-1.41.1/configure.in       2008-09-11 16:50:13.136992337 +0200
3 @@ -801,22 +801,6 @@
4         root_libdir='${root_prefix}/lib'
5         root_sysconfdir='${root_prefix}/etc'
6  fi
7 -if test "$bindir" != '${exec_prefix}/bin'; then
8 -    root_bindir=$bindir
9 -    AC_MSG_RESULT([Setting root_bindir to $root_bindir])
10 -fi
11 -if test "$sbindir" != '${exec_prefix}/sbin'; then
12 -    root_sbindir=$sbindir
13 -    AC_MSG_RESULT([Setting root_sbindir to $root_sbindir])
14 -fi
15 -if test "$libdir" != '${exec_prefix}/lib'; then
16 -    root_libdir=$libdir
17 -    AC_MSG_RESULT([Setting root_libdir to $root_libdir])
18 -fi
19 -if test "$sysconfdir" != '${prefix}/etc'; then
20 -    root_sysconfdir=$sysconfdir
21 -    AC_MSG_RESULT([Setting root_sysconfdir to $root_sysconfdir])
22 -fi
23  AC_SUBST(root_prefix)
24  AC_SUBST(root_bindir)
25  AC_SUBST(root_sbindir)
This page took 0.032817 seconds and 3 git commands to generate.