mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/netsniff-ng: disable geoip and zlib if neeeded
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
(cherry picked from commit fd0883ba21)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
abfdae4eb2
commit
3628685a28
@@ -27,6 +27,8 @@ endif
|
|||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_GEOIP),y)
|
ifeq ($(BR2_PACKAGE_GEOIP),y)
|
||||||
NETSNIFF_NG_DEPENDENCIES += geoip
|
NETSNIFF_NG_DEPENDENCIES += geoip
|
||||||
|
else
|
||||||
|
NETSNIFF_NG_CONF_OPTS += --disable-geoip
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBNL),y)
|
ifeq ($(BR2_PACKAGE_LIBNL),y)
|
||||||
@@ -41,6 +43,8 @@ endif
|
|||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
ifeq ($(BR2_PACKAGE_ZLIB),y)
|
||||||
NETSNIFF_NG_DEPENDENCIES += zlib
|
NETSNIFF_NG_DEPENDENCIES += zlib
|
||||||
|
else
|
||||||
|
NETSNIFF_NG_CONF_OPTS += --disable-zlib
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# hand-written configure script and makefile
|
# hand-written configure script and makefile
|
||||||
|
|||||||
Reference in New Issue
Block a user