# HG changeset patch # User devteam # Date 1386792261 18000 # Node ID 429b0defa0346cabae3e5b3a33f5760f6a818a3e Uploaded tool dependency definition. diff -r 000000000000 -r 429b0defa034 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Dec 11 15:04:21 2013 -0500 @@ -0,0 +1,15 @@ + + + + + http://xcb.freedesktop.org/dist/libpthread-stubs-0.3.tar.bz2 + ./configure --prefix=$INSTALL_DIR + make && make install + + $INSTALL_DIR/lib/pkgconfig + + + + The libpthread-stubs package provides weak aliases for pthread functions not provided in libc or otherwise available by default. This is useful for libraries that rely on pthread stubs to use pthreads optionally. On Linux, all necessary pthread functions are available, so this package is simply a placeholder. + +