1a98321e2d
currently runs on Linux, FreeBSD, OpenBSD, NetBSD, Mac OS X, HP-UX, and Solaris. It filters the actual content of pages based on many methods including phrase matching, PICS filtering and URL filtering. It does not purely filter based on a banned list of sites like lesser totally commercial filters. from Bartosz Ku??ma <i486@o2.pl>. ok ajacoutot@
12 lines
388 B
Plaintext
12 lines
388 B
Plaintext
--- configure.orig Mon Mar 19 18:08:15 2007
|
|
+++ configure Tue Jun 5 21:46:48 2007
|
|
@@ -9978,7 +9978,7 @@ echo "$as_me: error: libClamAV support enabled, but cl
|
|
CLAMAV_LIBS=`clamav-config --libs`
|
|
CLAMAV_PREFIX=`clamav-config --prefix`
|
|
|
|
- LIBS="${CLAMAV_LIBS} -lclamav ${LIBS}"
|
|
+ LIBS="${CLAMAV_LIBS} -lclamav -pthread ${LIBS}"
|
|
CPPFLAGS="${CPPFLAGS} -I${CLAMAV_PREFIX}/include"
|
|
|
|
|