# HG changeset patch # User devteam # Date 1385501976 18000 # Node ID 1bbc37f1d8955a365f8ce18293f7f0eea87f25e8 Uploaded tool dependency definition. diff -r 000000000000 -r 1bbc37f1d895 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue Nov 26 16:39:36 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. + + \ No newline at end of file