summaryrefslogtreecommitdiffstats
path: root/recipes/clamav/clamav_0.96.1.bb
blob: 6124652e98368156193ac4b82ca5a1540c7e883c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
require clamav.inc

SRC_URI += " file://fix-llvm-cross-configure.patch"

SRC_URI[clamav-0.96.1.md5sum] = "38e7870db6e9ad0e569518499a6f3651"
SRC_URI[clamav-0.96.1.sha256sum] = "413dd25907059068da2a367d2b330fbc37d5d2764eb3b047214ce754a9ca74ea"

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"