# HG changeset patch # User bgruening # Date 1377941926 14400 # Node ID 9d7c78256f01dc14f73545383386a6a442f1daa4 initial uploaded diff -r 000000000000 -r 9d7c78256f01 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Sat Aug 31 05:38:46 2013 -0400 @@ -0,0 +1,24 @@ + + + + + + http://ftp.gnu.org/gnu/sed/sed-4.2.2.tar.gz + + + https://github.com/bgruening/download_store/raw/master/GNU/sed-e16266897f646e193a9a1287658a1847d68f1e51_sandbox.patch + patch -p1 -i sed-e16266897f646e193a9a1287658a1847d68f1e51_sandbox.patch + + ./configure --prefix=$INSTALL_DIR + make + make install + + $INSTALL_DIR/bin + + + + + Compiling GNU sed requires a C compiler and the GNU patch utility to add the --sandbox feature from Assaf Gordon. + + +