curl/curl-7.19.4-debug.patch
Kamil Dudka bdbb3d6ab8 - new upstream release, dropped applied patches
- fix crash on doubly closed NSPR descriptor, patch contributed by Kevin
    Baughman (#534176)
2009-11-12 12:15:41 +00:00

17 lines
446 B
Diff

diff --git a/configure.ac b/configure.ac
index e575a20..81a7772 100644
--- a/configure.ac
+++ b/configure.ac
@@ -228,7 +228,10 @@ dnl **********************************************************************
CURL_CHECK_COMPILER
CURL_SET_COMPILER_BASIC_OPTS
-CURL_SET_COMPILER_DEBUG_OPTS
+
+dnl do not perturb CFLAGS given by the build system
+dnl CURL_SET_COMPILER_DEBUG_OPTS
+
CURL_SET_COMPILER_OPTIMIZE_OPTS
CURL_SET_COMPILER_WARNING_OPTS