summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/curl/curl
diff options
context:
space:
mode:
authorJoe Slater <jslater@windriver.com>2012-11-15 11:17:50 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-24 15:12:35 +0000
commitd48d44e25cc0dcc955e9d4e93d8164f7cbc9f9c0 (patch)
treebb77b5c1783fc58f071c973eb845d2bd344a2407 /meta/recipes-support/curl/curl
parent5c1c26a25052063473f44ca21cd1cf94683674f6 (diff)
downloadpoky-d48d44e25cc0dcc955e9d4e93d8164f7cbc9f9c0.tar.gz
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 <jslater@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/curl/curl')
-rw-r--r--meta/recipes-support/curl/curl/configure_ac.patch11
1 files changed, 11 insertions, 0 deletions
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 @@
1--- a/configure.ac
2+++ b/configure.ac
3@@ -281,7 +281,7 @@ dnl ************************************
4
5 CURL_CHECK_COMPILER
6 CURL_SET_COMPILER_BASIC_OPTS
7-CURL_SET_COMPILER_DEBUG_OPTS
8+dnl CURL_SET_COMPILER_DEBUG_OPTS
9 CURL_SET_COMPILER_OPTIMIZE_OPTS
10 CURL_SET_COMPILER_WARNING_OPTS
11