From: <smi...@us...> - 2003-12-27 22:49:33
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv18621/scripts Modified Files: vsftpd watchdog Log Message: disabled ET_DYN Index: vsftpd =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/vsftpd,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- vsftpd 13 Oct 2003 17:36:09 -0000 1.7 +++ vsftpd 27 Dec 2003 20:34:25 -0000 1.8 @@ -29,6 +29,7 @@ case $1 in build ) if [ "$CONFIG_VSFTPD" = "y" ]; then + disable_et_dyn make $PMAKE || exit 1 strip_debug fi Index: watchdog =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/watchdog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- watchdog 13 Oct 2003 17:36:09 -0000 1.10 +++ watchdog 27 Dec 2003 20:34:26 -0000 1.11 @@ -29,6 +29,7 @@ case $1 in build ) if [ "$CONFIG_WATCHDOG" = "y" ]; then + disable_et_dyn bzcat $DL_DIR/src/watchdog-errno.patch.bz2 | patch -p1 || exit 1 cat $MYDIR/config/config_watchdog >> $KERNELDIR/.config || exit 1 ./configure --prefix=/usr --localstatedir=/var --disable-nfs --with-linelength=256|| exit 1 |