Update dansguardian to 2.10.0.2 (stable), includes patches from #4281
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13471 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@ -20,24 +20,6 @@ Index: dansguardian-2.9.9.2/configure
|
||||
if test "x$staticzlib" = "xtrue"; then
|
||||
LIBS="-Bstatic -L${withval} -lz -Bdynamic ${LIBS}"
|
||||
else
|
||||
@@ -9637,7 +9637,7 @@
|
||||
PCRE_PREFIX=`pcre-config --prefix`
|
||||
|
||||
LIBS="${PCRE_LIBS} ${LIBS}"
|
||||
- CPPFLAGS="${CPPFLAGS} -I${PCRE_PREFIX}/include"
|
||||
+ CPPFLAGS="${CPPFLAGS}"
|
||||
|
||||
{ echo "$as_me:$LINENO: checking for REG_DOTALL in pcreposix.h" >&5
|
||||
echo $ECHO_N "checking for REG_DOTALL in pcreposix.h... $ECHO_C" >&6; }
|
||||
@@ -10076,7 +10076,7 @@
|
||||
CLAMAV_PREFIX=`clamav-config --prefix`
|
||||
|
||||
LIBS="${CLAMAV_LIBS} -lclamav ${LIBS}"
|
||||
- CPPFLAGS="${CPPFLAGS} -I${CLAMAV_PREFIX}/include"
|
||||
+ CPPFLAGS="${CPPFLAGS}"
|
||||
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
@@ -10753,7 +10753,7 @@
|
||||
if test "${with_libiconv+set}" = set; then
|
||||
withval=$with_libiconv; # check for header & func (in library) in given prefix
|
||||
|
Reference in New Issue
Block a user