diff options
author | Roman I Khimov <khimov@altell.ru> | 2010-08-19 23:12:44 +0400 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2010-08-20 09:20:24 +0400 |
commit | 03bc424d6266debb03b3a43c9dc02b513aa659a1 (patch) | |
tree | 26b3dd52bd9c5cb99945d1a7ee5e7d6fc2e76459 /recipes/clamav/clamav_0.96.2.bb | |
parent | b8b2ca6b0d13df3aea2d6974e5a6b9c65a220756 (diff) |
clamav: update 0.96.1 to 0.96.2
* bug fixes mostly, considered as safe upgrade for 0.96.x line
Signed-off-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/clamav/clamav_0.96.2.bb')
-rw-r--r-- | recipes/clamav/clamav_0.96.2.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/clamav/clamav_0.96.2.bb b/recipes/clamav/clamav_0.96.2.bb new file mode 100644 index 0000000000..6aebc15bc4 --- /dev/null +++ b/recipes/clamav/clamav_0.96.2.bb @@ -0,0 +1,21 @@ +require clamav.inc + +SRC_URI += "file://fix-llvm-cross-configure.patch \ + file://fix-libclamav.pc.in.patch" + +SRC_URI[clamav-0.96.2.md5sum] = "a2c2555d86868f91a01d0e2c2403bbec" +SRC_URI[clamav-0.96.2.sha256sum] = "6aa0b0d96ed25ffb4b5aca53f6348978c94771503c299f86e480fef475abcefa" + +PR = "${INC_PR}.0" + +EXTRA_OECONF_append_libc-uclibc = " --disable-llvm" + +# Autoreconf breaks on llvm with +# gnu-configize: `configure.ac' or `configure.in' is required +# +# Works good enough without autoreconf +do_configure() { + oe_runconf +} + +FILES_${PN}_append = " ${bindir}/clambc" |