Skip to content

Commit

Permalink
Merge pull request #9609 from mglae/le13_curl_debug
Browse files Browse the repository at this point in the history
curl: fix building debug
  • Loading branch information
chewitt authored Dec 23, 2024
2 parents 6e51b25 + 152eafd commit a39f104
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions packages/web/curl/patches/curl-01-allow_building_debug.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

When building debug image avoid:

*/build/curl-8.7.1/lib/easy_lock.h:72:20: error: inlining failed in call to 'curl_simple_lock_lock': function not considered for inlining [-Werror=inline]


--- a/CMake/PickyWarnings.cmake.org 2024-03-25 09:48:59.000000000 +0100
+++ b/CMake/PickyWarnings.cmake 2024-05-03 18:27:04.033468758 +0200
@@ -60,7 +60,6 @@ if(PICKY_COMPILER)
list(APPEND WPICKY_ENABLE
-Wbad-function-cast # clang 2.7 gcc 2.95
-Wconversion # clang 2.7 gcc 2.95
- -Winline # clang 1.0 gcc 1.0
-Wmissing-declarations # clang 1.0 gcc 2.7
-Wmissing-prototypes # clang 1.0 gcc 1.0
-Wnested-externs # clang 1.0 gcc 2.7

0 comments on commit a39f104

Please sign in to comment.