]> git.pld-linux.org Git - packages/snort.git/blob - snort-link.patch
- up to 2.9.18.1
[packages/snort.git] / snort-link.patch
1 --- snort-2.9.8.2/src/dynamic-examples/dynamic-rule/Makefile.am~        2011-06-08 09:33:10.000000000 +0900
2 +++ snort-2.9.8.2/src/dynamic-examples/dynamic-rule/Makefile.am 2016-04-10 10:02:21.076065236 +0900
3 @@ -7,6 +7,7 @@
4  noinst_lib_LTLIBRARIES = lib_sfdynamic_example_rule.la
5  
6  lib_sfdynamic_example_rule_la_LDFLAGS = -export-dynamic @XCCFLAGS@
7 +lib_sfdynamic_example_rule_la_LIBADD = $(top_srcdir)/src/dynamic-plugins/sf_engine/libsf_engine.la
8  
9  BUILT_SOURCES = \
10  sfsnort_dynamic_detection_lib.c \
11 --- snort-2.9.18.1/src/dynamic-plugins/sf_engine/examples/Makefile.am.orig      2021-08-18 18:28:53.000000000 +0200
12 +++ snort-2.9.18.1/src/dynamic-plugins/sf_engine/examples/Makefile.am   2021-10-12 21:40:48.123063346 +0200
13 @@ -5,6 +5,7 @@
14  lib_LTLIBRARIES = libsf_sorules.la
15  
16  libsf_sorules_la_LDFLAGS = -export-dynamic -module @XCCFLAGS@
17 +libsf_sorules_la_LIBADD = $(top_srcdir)/src/dynamic-plugins/sf_engine/libsf_engine.la
18  
19  libsf_sorules_la_SOURCES = \
20  sfsnort_dynamic_detection_lib.c \
21 --- snort-2.9.18.1/src/dynamic-plugins/sf_engine/Makefile.am.orig       2021-08-18 18:28:53.000000000 +0200
22 +++ snort-2.9.18.1/src/dynamic-plugins/sf_engine/Makefile.am    2021-10-12 21:40:48.123063346 +0200
23 @@ -213,7 +213,5 @@
24  sha2.c: ../../sfutil/sha2.c
25         @src_file=$?; dst_file=$@; $(copy_files)
26  
27 -SUBDIRS = examples
28 -
29  clean-local:
30         rm -rf sfhashfcn.c sfhashfcn.c.new sfghash.c sfprimetable.c sf_ip.c sf_ip.h sf_iph.h ipv6_port.h snort_debug.h snort_debug.h.new sfprimetable.h sfghash.h ipv6_port.h.new sfhashfcn.h sf_types.h sf_protocols.h preprocids.h sf_sechash.h sf_sechash.c md5.h md5.c sha2.h sha2.c
This page took 0.068169 seconds and 3 git commands to generate.