summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--package/snort/snort.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/snort/snort.mk b/package/snort/snort.mk
index 13f16b3b0f..568393468b 100644
--- a/package/snort/snort.mk
+++ b/package/snort/snort.mk
@@ -15,6 +15,8 @@ SNORT_DEPENDENCIES = libpcap libdnet daq pcre
SNORT_AUTORECONF = YES
SNORT_CONF_OPTS = \
+ --with-libpcre-includes=$(STAGING_DIR)/usr/include \
+ --with-libpcre-libraries=$(STAGING_DIR)/usr/lib \
--with-libpcap-includes=$(STAGING_DIR)/usr/include/pcap \
--disable-static-daq
OpenPOWER on IntegriCloud