package/wget: add optional c-ares dependency
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
(cherry picked from commit 0f2eb45332
)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
677c47b833
commit
58c0ead172
@ -54,6 +54,13 @@ else
|
||||
WGET_CONF_OPTS += --without-zlib
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_C_ARES),y)
|
||||
WGET_CONF_OPTS += --with-cares
|
||||
WGET_DEPENDENCIES += c-ares
|
||||
else
|
||||
WGET_CONF_OPTS += --without-cares
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_PCRE2),y)
|
||||
WGET_CONF_OPTS += --disable-pcre --enable-pcre2
|
||||
WGET_DEPENDENCIES += pcre2
|
||||
|
Loading…
Reference in New Issue
Block a user