aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/clamav/clamav-0.96.3
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-09-20 22:55:32 +0400
committerRoman I Khimov <khimov@altell.ru>2010-09-21 09:57:36 +0400
commit416da30aeabed3da6f7775d9da973d959aad45f2 (patch)
tree65dbd45d13d9ec6d005b53d6112b79c4caeed7db /recipes/clamav/clamav-0.96.3
parent6cb49edc280db07a7ebbd6ca374d9cf8371c6e85 (diff)
downloadopenembedded-416da30aeabed3da6f7775d9da973d959aad45f2.tar.gz
clamav: update 0.96.2 to 0.96.3
* bugfix release, considered as safe upgrade Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/clamav/clamav-0.96.3')
-rw-r--r--recipes/clamav/clamav-0.96.3/fix-libclamav.pc.in.patch11
-rw-r--r--recipes/clamav/clamav-0.96.3/fix-llvm-cross-configure.patch13
2 files changed, 24 insertions, 0 deletions
diff --git a/recipes/clamav/clamav-0.96.3/fix-libclamav.pc.in.patch b/recipes/clamav/clamav-0.96.3/fix-libclamav.pc.in.patch
new file mode 100644
index 0000000000..46e919a27f
--- /dev/null
+++ b/recipes/clamav/clamav-0.96.3/fix-libclamav.pc.in.patch
@@ -0,0 +1,11 @@
+Index: clamav-0.96.1/libclamav.pc.in
+===================================================================
+--- clamav-0.96.1.orig/libclamav.pc.in 2010-07-14 13:13:59.000000000 -0700
++++ clamav-0.96.1/libclamav.pc.in 2010-07-14 13:14:05.000000000 -0700
+@@ -7,5 +7,5 @@
+ Description: A GPL virus scanner
+ Version: @LIBCLAMAV_VERSION@
+ Libs: -L${libdir} -lclamav @LIBCLAMAV_LIBS@
+-Cflags: -I${includedir} @CFLAGS@
++Cflags: -I${includedir}
+
diff --git a/recipes/clamav/clamav-0.96.3/fix-llvm-cross-configure.patch b/recipes/clamav/clamav-0.96.3/fix-llvm-cross-configure.patch
new file mode 100644
index 0000000000..17cfb2b3e4
--- /dev/null
+++ b/recipes/clamav/clamav-0.96.3/fix-llvm-cross-configure.patch
@@ -0,0 +1,13 @@
+Index: clamav-0.96.1/libclamav/c++/llvm/configure
+===================================================================
+--- clamav-0.96.1.orig/libclamav/c++/llvm/configure 2010-05-21 15:09:40.000000000 +0400
++++ clamav-0.96.1/libclamav/c++/llvm/configure 2010-05-21 15:11:09.000000000 +0400
+@@ -4502,7 +4502,7 @@
+ fi
+ fi
+ test -z "$BUILD_CC" && as_fn_error "no acceptable cc found in \$PATH" "$LINENO" 5
+- ac_build_link='${BUILD_CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'
++ ac_build_link='${BUILD_CC-cc} -o conftest $BUILD_CPPFLAGS $BUILD_LDFLAGS conftest.$ac_ext $LIBS 1>&5'
+ rm -f conftest*
+ echo 'int main () { return 0; }' > conftest.$ac_ext
+ ac_cv_build_exeext=