From d48d44e25cc0dcc955e9d4e93d8164f7cbc9f9c0 Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Thu, 15 Nov 2012 11:17:50 -0800 Subject: curl: eliminate forced setting of -g0 when compiling Do not invoke CURL_SET_COMPILER_DEBUG_OPTS in configure.ac. This will allow debug options set in our CFLAGS to be used. (From OE-Core rev: ba151faad47e6874b295ebd9699ce154bc4ff741) Signed-off-by: Joe Slater Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-support/curl/curl/configure_ac.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meta/recipes-support/curl/curl/configure_ac.patch (limited to 'meta/recipes-support/curl/curl/configure_ac.patch') diff --git a/meta/recipes-support/curl/curl/configure_ac.patch b/meta/recipes-support/curl/curl/configure_ac.patch new file mode 100644 index 0000000000..98d83871f1 --- /dev/null +++ b/meta/recipes-support/curl/curl/configure_ac.patch @@ -0,0 +1,11 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -281,7 +281,7 @@ dnl ************************************ + + CURL_CHECK_COMPILER + CURL_SET_COMPILER_BASIC_OPTS +-CURL_SET_COMPILER_DEBUG_OPTS ++dnl CURL_SET_COMPILER_DEBUG_OPTS + CURL_SET_COMPILER_OPTIMIZE_OPTS + CURL_SET_COMPILER_WARNING_OPTS + -- cgit v1.2.3-54-g00ecf