mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 18:32:12 +02:00
lz4: disable static library
It was found to be built in a non-reproducible way. [YOCTO #13925] (From OE-Core rev: 44d22ea87fde918d32957bc757c6c98482681f5d) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit f8f3f03e7ffcefdb6a97b747a26276dec4bfa77c) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
597c6e6169
commit
3f26ca4cf5
@@ -21,7 +21,7 @@ S = "${WORKDIR}/git"
|
||||
# Fixed in r118, which is larger than the current version.
|
||||
CVE_CHECK_WHITELIST += "CVE-2014-4715"
|
||||
|
||||
EXTRA_OEMAKE = "PREFIX=${prefix} CC='${CC}' DESTDIR=${D} LIBDIR=${libdir} INCLUDEDIR=${includedir}"
|
||||
EXTRA_OEMAKE = "PREFIX=${prefix} CC='${CC}' DESTDIR=${D} LIBDIR=${libdir} INCLUDEDIR=${includedir} BUILD_STATIC=no"
|
||||
|
||||
do_install() {
|
||||
oe_runmake install
|
||||
|
||||
Reference in New Issue
Block a user