From: <smi...@us...> - 2003-12-31 17:01:55
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv24611/scripts Modified Files: cipe Log Message: no more unresolved symbols Index: cipe =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/cipe,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- cipe 31 Dec 2003 16:05:27 -0000 1.14 +++ cipe 31 Dec 2003 17:01:51 -0000 1.15 @@ -33,6 +33,8 @@ if [ "$CONFIG_CIPE" = "y" ]; then unset MAKELEVEL + disable_et_dyn + ./configure --prefix=/usr --sysconfdir=/etc/cipe --disable-debug --disable-pkcipe || exit 1 # # "--disable-pkcipe" because of this statement in the pkcipe README file: |