package/links: add --with/--without-bzip2
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
db99b65b05
commit
5fcd3f8496
@ -36,7 +36,10 @@ endif
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_BZIP2),y)
|
||||
LINKS_CONF_OPTS += --with-bzip2
|
||||
LINKS_DEPENDENCIES += bzip2
|
||||
else
|
||||
LINKS_CONF_OPTS += --without-bzip2
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBEVENT),y)
|
||||
|
Loading…
Reference in New Issue
Block a user