Browse code

Note new location for the bounds checking C compiler

git-svn: trunk@2261

Nigel Horne authored on 2006/09/14 21:07:37
Showing 1 changed files
... ...
@@ -17,7 +17,7 @@ Fails to build on Linux/x86 with icc7.1 with -ipo (fails on libclamav.a - keeps
17 17
 	icc -O2 -tpp7 -xiMKW -parallel -i_dynamic -w2 -march=pentium4 -mcpu=pentium4 clamav-milter.c...
18 18
 
19 19
 Tested with Electric Fence 2.2.2, and the bounds checking C compiler from
20
-	http://web.inter.nl.net/hcc/Haj.Ten.Brugge/
20
+	http://sourceforge.net/projects/boundschecking/
21 21
 
22 22
 Compiles OK on Linux/ppc (YDL2.3) with gcc2.95.4. Needs -lsmutil to link.
23 23
 	cc -O3 -pedantic -Wuninitialized -Wall -pipe -fomit-frame-pointer -ffast-math -finline-functions -funroll-loop -pthread -lmilter ../libclamav/.libs/libclamav.a ../clamd/cfgfile.o ../clamd/others.o -lsmutil