package/libcurl: fix libgsasl support
Contrary to the helptext
https://github.com/curl/curl/blob/master/configure.ac#L152
the configure option is called --with-libgsasl:
https://github.com/curl/curl/blob/master/configure.ac#L1989
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Acked-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
(cherry picked from commit 4b98d8bba7
)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
5997ee004d
commit
75ecaa43e0
@ -128,9 +128,9 @@ endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBGSASL),y)
|
||||
LIBCURL_DEPENDENCIES += libgsasl
|
||||
LIBCURL_CONF_OPTS += --with-gsasl
|
||||
LIBCURL_CONF_OPTS += --with-libgsasl
|
||||
else
|
||||
LIBCURL_CONF_OPTS += --without-gsasl
|
||||
LIBCURL_CONF_OPTS += --without-libgsasl
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBCURL_COOKIES_SUPPORT),y)
|
||||
|
Loading…
Reference in New Issue
Block a user