mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
diffutils: Link with libbcrypt on mingw
This ensures that symbol is found in the library which is providing it in mingw runtime >= 9.0.0 (From OE-Core rev: 0299adf2e6dc780a31ec5a5403ab9d0c0f8c9103) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -18,6 +18,7 @@ CFLAGS:mingw32 = " -DSA_RESTART=0"
|
||||
# Fix "Argument list too long" error when len(TMPDIR) = 410
|
||||
acpaths = "-I ./m4"
|
||||
|
||||
EXTRA_OEMAKE:append:mingw32 = " LIBS='-lbcrypt'"
|
||||
inherit ptest
|
||||
|
||||
RDEPENDS:${PN}-ptest += "make perl"
|
||||
|
||||
Reference in New Issue
Block a user