|
@@ -11,6 +11,9 @@ SNGREP_LICENSE_FILES = LICENSE
|
|
SNGREP_AUTORECONF = YES
|
|
SNGREP_AUTORECONF = YES
|
|
SNGREP_DEPENDENCIES = libpcap ncurses
|
|
SNGREP_DEPENDENCIES = libpcap ncurses
|
|
|
|
|
|
|
|
+SNGREP_CONF_ENV += \
|
|
|
|
+ $(if $(BR2_STATIC_LIBS),LIBS="`$(STAGING_DIR)/usr/bin/pcap-config --static --libs`")
|
|
|
|
+
|
|
# our ncurses wchar support is not properly detected
|
|
# our ncurses wchar support is not properly detected
|
|
SNGREP_CONF_OPTS += --disable-unicode
|
|
SNGREP_CONF_OPTS += --disable-unicode
|
|
|
|
|