mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
libssh2: specify the search dir to avoid host contamination
Set the search dir for libssl and libz to only STAGING_LIBDIR to avoid searching host libs. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
88337cf73c
commit
77d016936b
|
|
@ -14,5 +14,7 @@ SRC_URI[sha256sum] = "5a202943a34a1d82a1c31f74094f2453c207bf9936093867f41414968c
|
|||
inherit autotools pkgconfig
|
||||
|
||||
EXTRA_OECONF += "--with-openssl \
|
||||
--with-libz \
|
||||
--with-libz \
|
||||
--with-libssl-prefix=${STAGING_LIBDIR} \
|
||||
--with-libz-prefix=${STAGING_LIBDIR} \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user