|
@@ -19,8 +19,15 @@ LIBCURL_INSTALL_STAGING = YES
|
|
|
# on non-MMU platforms. Moreover, this authentication method is
|
|
|
# probably almost never used. See
|
|
|
# http://curl.haxx.se/docs/manpage.html#--ntlm.
|
|
|
-LIBCURL_CONF_OPTS = --disable-verbose --disable-manual --disable-ntlm-wb \
|
|
|
+LIBCURL_CONF_OPTS = --disable-manual --disable-ntlm-wb \
|
|
|
--enable-hidden-symbols --with-random=/dev/urandom --disable-curldebug
|
|
|
+
|
|
|
+ifeq ($(BR2_PACKAGE_LIBCURL_VERBOSE),y)
|
|
|
+LIBCURL_CONF_OPTS += --enable-verbose
|
|
|
+else
|
|
|
+LIBCURL_CONF_OPTS += --disable-verbose
|
|
|
+endif
|
|
|
+
|
|
|
LIBCURL_CONFIG_SCRIPTS = curl-config
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_OPENSSL),y)
|