diff options
Diffstat (limited to 'recipes-ids/suricata/files/no_libhtp_build.patch')
-rw-r--r-- | recipes-ids/suricata/files/no_libhtp_build.patch | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/recipes-ids/suricata/files/no_libhtp_build.patch b/recipes-ids/suricata/files/no_libhtp_build.patch new file mode 100644 index 0000000..2ebf021 --- /dev/null +++ b/recipes-ids/suricata/files/no_libhtp_build.patch | |||
@@ -0,0 +1,38 @@ | |||
1 | Upstream-Status: Inappropriate [configuration] | ||
2 | |||
3 | Signed-of_by: Armin Kuster <akuster808@gmail.com> | ||
4 | |||
5 | Index: suricata-2.0.5/Makefile.am | ||
6 | =================================================================== | ||
7 | --- suricata-2.0.5.orig/Makefile.am | ||
8 | +++ suricata-2.0.5/Makefile.am | ||
9 | @@ -5,7 +5,7 @@ ACLOCAL_AMFLAGS = -I m4 | ||
10 | EXTRA_DIST = ChangeLog COPYING LICENSE suricata.yaml.in \ | ||
11 | classification.config threshold.config \ | ||
12 | reference.config | ||
13 | -SUBDIRS = $(HTP_DIR) src qa rules doc contrib scripts | ||
14 | +SUBDIRS = src qa rules doc contrib scripts | ||
15 | |||
16 | CLEANFILES = stamp-h[0-9]* | ||
17 | |||
18 | Index: suricata-2.0.5/Makefile.in | ||
19 | =================================================================== | ||
20 | --- suricata-2.0.5.orig/Makefile.in | ||
21 | +++ suricata-2.0.5/Makefile.in | ||
22 | @@ -229,7 +229,6 @@ HAVE_PCAP_CONFIG = @HAVE_PCAP_CONFIG@ | ||
23 | HAVE_PKG_CONFIG = @HAVE_PKG_CONFIG@ | ||
24 | HAVE_PYTHON_CONFIG = @HAVE_PYTHON_CONFIG@ | ||
25 | HAVE_WGET = @HAVE_WGET@ | ||
26 | -HTP_DIR = @HTP_DIR@ | ||
27 | HTP_LDADD = @HTP_LDADD@ | ||
28 | INSTALL = @INSTALL@ | ||
29 | INSTALL_DATA = @INSTALL_DATA@ | ||
30 | @@ -369,7 +368,7 @@ EXTRA_DIST = ChangeLog COPYING LICENSE s | ||
31 | classification.config threshold.config \ | ||
32 | reference.config | ||
33 | |||
34 | -SUBDIRS = $(HTP_DIR) src qa rules doc contrib scripts | ||
35 | +SUBDIRS = src qa rules doc contrib scripts | ||
36 | CLEANFILES = stamp-h[0-9]* | ||
37 | all: config.h | ||
38 | $(MAKE) $(AM_MAKEFLAGS) all-recursive | ||