]> git.pld-linux.org Git - packages/e2fsprogs.git/blob - e2fsprogs-external-libblkid.patch
- hack around chicken-egg problem with libuuid and libblkid to allow
[packages/e2fsprogs.git] / e2fsprogs-external-libblkid.patch
1 --- e2fsprogs-1.41.5/configure.in~      2009-05-20 15:14:42.406973865 +0200
2 +++ e2fsprogs-1.41.5/configure.in       2009-05-20 15:15:43.880974154 +0200
3 @@ -397,11 +397,8 @@
4                 AC_MSG_ERROR([pkg-config not installed; please install it.])
5         fi
6  
7 -       AC_CHECK_LIB(blkid, blkid_get_cache,
8 -               [LIBBLKID=`$PKG_CONFIG --libs blkid`;
9 -                STATIC_LIBBLKID=`$PKG_CONFIG --static --libs blkid`],
10 -               [AC_MSG_ERROR([external blkid library not found])],
11 -               [$LIBBLKID])
12 +       LIBBLKID="-lblkid"
13 +       STATIC_LIBBLKID="-lblkid"
14         BLKID_CMT=#
15         AC_MSG_RESULT([Disabling private blkid library])
16  else
This page took 0.083833 seconds and 3 git commands to generate.