diff options
Diffstat (limited to 'recipes-support')
-rw-r--r-- | recipes-support/curl/curl_%.bbappend | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-support/curl/curl_%.bbappend b/recipes-support/curl/curl_%.bbappend index 5577a29..10c234d 100644 --- a/recipes-support/curl/curl_%.bbappend +++ b/recipes-support/curl/curl_%.bbappend | |||
@@ -1,3 +1,7 @@ | |||
1 | PACKAGECONFIG:remove:class-nativesdk:mingw32 = "openssl" | ||
2 | EXTRA_OECONF:append:class-nativesdk:mingw32 = " --without-ssl" | ||
3 | RRECOMMENDS:lib${BPN}:remove:mingw32 = "ca-certificates" | ||
4 | |||
1 | # Configure tests for ioctlsocket FIONBIO fails with GCC-14 | 5 | # Configure tests for ioctlsocket FIONBIO fails with GCC-14 |
2 | # because gcc can now find warnings when compiling the test | 6 | # because gcc can now find warnings when compiling the test |
3 | # and these warnings are treated as errors | 7 | # and these warnings are treated as errors |