|
From: Heiko Z. <smi...@us...> - 2010-01-28 01:46:21
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv3264/scripts Modified Files: strace Log Message: - updated grsecurity to 2.1.14-2.6.32.6-201001251756 - updated kernel to 2.6.32.6 - updated open-vm-tools to 2010.01.19-226760 - removed old 2.4 kernel config files Index: strace =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/strace,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- strace 6 Jan 2010 15:27:21 -0000 1.15 +++ strace 28 Jan 2010 01:46:08 -0000 1.16 @@ -16,6 +16,11 @@ case $1 in build ) + if [ ! -f devil_patch_done ]; then + bzcat $DL_DIR/src/strace-socketinclude.patch.bz2 | patch -p1 || exit 1 + touch devil_patch_done + fi + ./configure --prefix=/usr || exit 1 make $PMAKE all || exit 1 strip_debug |