summaryrefslogtreecommitdiffstats
path: root/recipes-security/clamav
diff options
context:
space:
mode:
authorHugo Vasconcelos Saldanha <hugo.saldanha@aker.com.br>2015-03-27 18:25:08 -0300
committerArmin Kuster <akuster808@gmail.com>2015-04-09 18:13:51 -0700
commit070ccbb476297ffae8d26e78f33186b0e6a8fb16 (patch)
treeda32d35fb8b92c6510e7f0744772c32d6aed4236 /recipes-security/clamav
parent8090e1bf2fb9310bd730583716bb714e9c6d074d (diff)
downloadmeta-security-070ccbb476297ffae8d26e78f33186b0e6a8fb16.tar.gz
clamav: fix ncurses configure option
Signed-off-by: Hugo Vasconcelos Saldanha <hugo.saldanha@aker.com.br> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security/clamav')
-rw-r--r--recipes-security/clamav/clamav_0.98.5.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/clamav/clamav_0.98.5.bb b/recipes-security/clamav/clamav_0.98.5.bb
index 8f71654..08604a7 100644
--- a/recipes-security/clamav/clamav_0.98.5.bb
+++ b/recipes-security/clamav/clamav_0.98.5.bb
@@ -53,7 +53,7 @@ EXTRA_OECONF += " --with-user=${UID} --with-group=${GID} \
53 --with-openssl=${STAGING_LIBDIR}/.. \ 53 --with-openssl=${STAGING_LIBDIR}/.. \
54 --with-zlib=${STAGING_LIBDIR}/.. \ 54 --with-zlib=${STAGING_LIBDIR}/.. \
55 --with-libbz2-prefix=${STAGING_DIR}${prefix} \ 55 --with-libbz2-prefix=${STAGING_DIR}${prefix} \
56 --with-libcurses-prefix=${STAGING_LIBDIR}/.. \ 56 --with-libncurses-prefix=${STAGING_LIBDIR}/.. \
57" 57"
58 58
59do_install_append () { 59do_install_append () {