[oe-commits] [meta-openembedded] 01/09: net-snmp: Fix host contamination

git at git.openembedded.org git at git.openembedded.org
Mon Aug 27 17:59:39 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 2511a25226b2b700111bdf431aa7206ce35fe24f
Author: Changqing Li <changqing.li at windriver.com>
AuthorDate: Fri Aug 24 17:16:16 2018 +0800

    net-snmp: Fix host contamination
    
    If "/usr/local/ssl/include" directory exists on the host machine,
    net-snmp will also search the host openssl headers:
    
    x86_64-wrs-linux-libtool: compile: x86_64-wrs-linux-gcc ...
    -I/usr/local/ssl/include
    
    Fix this by selecting the proper sysroot headers using
    --with-openssl=${STAGING_EXECPREFIXDIR}
    
    Signed-off-by: Changqing Li <changqing.li at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb
index 413f033..779e5cd 100644
--- a/meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb
+++ b/meta-networking/recipes-protocols/net-snmp/net-snmp_5.8.bb
@@ -56,6 +56,7 @@ EXTRA_OECONF = "--enable-shared \
                 --with-install-prefix=${D} \
                 --with-persistent-directory=${localstatedir}/lib/net-snmp \
                 ${@oe.utils.conditional('SITEINFO_ENDIANNESS', 'le', '--with-endianness=little', '--with-endianness=big', d)} \
+                --with-openssl=${STAGING_EXECPREFIXDIR} \
 "
 
 # net-snmp needs to have mib-modules=smux enabled to enable quagga to support snmp

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list