diff options
Diffstat (limited to 'package/ngrep/ngrep.mk')
-rw-r--r-- | package/ngrep/ngrep.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ngrep/ngrep.mk b/package/ngrep/ngrep.mk index 18a2e74b4..b7e0eb6d5 100644 --- a/package/ngrep/ngrep.mk +++ b/package/ngrep/ngrep.mk @@ -17,7 +17,7 @@ NGREP_LIBS += $(shell $(STAGING_DIR)/usr/bin/pcap-config --static --additional-l endif NGREP_CONF_ENV += LIBS+="$(NGREP_LIBS)" -NGREP_CONF_OPT = \ +NGREP_CONF_OPTS = \ --with-pcap-includes=$(STAGING_DIR)/usr/include \ --enable-pcre \ --with-pcre=$(STAGING_DIR)/usr \ |