|
@@ -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)
|