This ensures that symbol is found in the library which is providing it in mingw runtime >= 9.0.0
Signed-off-by: Khem Raj <[email protected]> --- meta/recipes-extended/diffutils/diffutils_3.8.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-extended/diffutils/diffutils_3.8.bb b/meta/recipes-extended/diffutils/diffutils_3.8.bb index a6522967d47..12df1598e8a 100644 --- a/meta/recipes-extended/diffutils/diffutils_3.8.bb +++ b/meta/recipes-extended/diffutils/diffutils_3.8.bb @@ -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" -- 2.35.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#161694): https://lists.openembedded.org/g/openembedded-core/message/161694 Mute This Topic: https://lists.openembedded.org/mt/89129338/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
