简体   繁体   中英

Enable pcre support in clamav yocto

How to enable pcre support for clamav in Yocto

This is mentioned in clamav recipe of meta-security

PACKAGECONFIG[pcre] = "--with-pcre=${STAGING_LIBDIR},  --without-pcre, libpcre"

Adding the below to conf/local.conf is not working

PACKAGECONFIG_pn-clamav_append = 'pcre'

Can you please provide a solution on enabling pcre support. I want to avoid PCRE Errors which happens when we do clamscan.

Your Configuration line should be

PACKAGECONFIG_append_pn-clamav = " pcre"

Note the location of 'append' and the extra whitespace in the string

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM