]> git.pld-linux.org Git - packages/xfsprogs.git/blame - xfsprogs-static-librt.patch
- up to 3.1.1
[packages/xfsprogs.git] / xfsprogs-static-librt.patch
CommitLineData
a7267655
JR
1--- xfsprogs-3.0.0/m4/package_aiodev.m4~ 2009-02-04 23:29:25.000000000 +0100
2+++ xfsprogs-3.0.0/m4/package_aiodev.m4 2009-03-19 17:11:50.000000000 +0100
3@@ -29,7 +29,7 @@
4 AC_CHECK_LIB(rt, lio_listio,, [
5 echo
6 echo 'FATAL ERROR: could not find a library with lio_listio.'
7- exit 1])
8+ exit 1],[-lpthread])
9 librt="-lrt"
10 fi
11 AC_SUBST(librt)
This page took 0.029742 seconds and 4 git commands to generate.