]> git.pld-linux.org Git - packages/e2fsprogs.git/commitdiff
- hack around chicken-egg problem with libuuid and libblkid to allow
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 20 May 2009 13:45:26 +0000 (13:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  building with external libblkid and internal libuuid

Changed files:
    e2fsprogs-external-libblkid.patch -> 1.1

e2fsprogs-external-libblkid.patch [new file with mode: 0644]

diff --git a/e2fsprogs-external-libblkid.patch b/e2fsprogs-external-libblkid.patch
new file mode 100644 (file)
index 0000000..a7cad19
--- /dev/null
@@ -0,0 +1,16 @@
+--- e2fsprogs-1.41.5/configure.in~     2009-05-20 15:14:42.406973865 +0200
++++ e2fsprogs-1.41.5/configure.in      2009-05-20 15:15:43.880974154 +0200
+@@ -397,11 +397,8 @@
+               AC_MSG_ERROR([pkg-config not installed; please install it.])
+       fi
+-      AC_CHECK_LIB(blkid, blkid_get_cache,
+-              [LIBBLKID=`$PKG_CONFIG --libs blkid`;
+-               STATIC_LIBBLKID=`$PKG_CONFIG --static --libs blkid`],
+-              [AC_MSG_ERROR([external blkid library not found])],
+-              [$LIBBLKID])
++      LIBBLKID="-lblkid"
++      STATIC_LIBBLKID="-lblkid"
+       BLKID_CMT=#
+       AC_MSG_RESULT([Disabling private blkid library])
+ else
This page took 0.129721 seconds and 4 git commands to generate.