libcurl: disable curldebug
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Thu, 23 Apr 2015 20:01:36 +0000 (17:01 -0300)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 23 Apr 2015 20:59:05 +0000 (22:59 +0200)
commit63b1fa81ec0bee74d459cfec487045db48408e4f
tree4916b982f8a0c1fa5207f9bd0d81016c41fc65fd
parentd78dd4b672268f68c71d71c550f3bc6c7ea73a08
libcurl: disable curldebug

curldebug is a more advanced form of debugging for curl which audits
source code with the checksource.pl tool, and treats warnings as errors.
Normally users won't want/need this so disable it since it leads to
failed builds when debug info is enabled (which is what people normally
want).
When buildroot does --enable-debug curl inherently enables curldebug too.

Solves bug #8041.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/libcurl/libcurl.mk