Author: baggins                      Date: Thu Mar 19 21:44:05 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- librt depends on libpthread, take that into account when testing

---- Files affected:
SOURCES:
   xfsprogs-static-librt.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/xfsprogs-static-librt.patch
diff -u /dev/null SOURCES/xfsprogs-static-librt.patch:1.1
--- /dev/null   Thu Mar 19 22:44:06 2009
+++ SOURCES/xfsprogs-static-librt.patch Thu Mar 19 22:43:59 2009
@@ -0,0 +1,11 @@
+--- xfsprogs-3.0.0/m4/package_aiodev.m4~       2009-02-04 23:29:25.000000000 
+0100
++++ xfsprogs-3.0.0/m4/package_aiodev.m4        2009-03-19 17:11:50.000000000 
+0100
+@@ -29,7 +29,7 @@
+       AC_CHECK_LIB(rt, lio_listio,, [
+           echo
+           echo 'FATAL ERROR: could not find a library with lio_listio.'
+-          exit 1])
++          exit 1],[-lpthread])
+       librt="-lrt"
+     fi
+     AC_SUBST(librt)
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to