From 34e0ded71b3c60adb0f6a145537a94db1886196b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 31 Jul 2010 16:19:34 +0200 Subject: fix cross-compile on FreeBSD host --- package/snort/patches/patch-src_Makefile_in | 10 ++++++++++ package/snort/patches/patch-src_detection-plugins_Makefile_in | 10 ++++++++++ package/snort/patches/patch-src_dynamic-examples_Makefile_in | 10 ++++++++++ package/snort/patches/patch-src_dynamic-plugins_Makefile_in | 10 ++++++++++ package/snort/patches/patch-src_output-plugins_Makefile_in | 10 ++++++++++ package/snort/patches/patch-src_parser_Makefile_in | 10 ++++++++++ ...src_preprocessors_HttpInspect_anomaly_detection_Makefile_in | 10 ++++++++++ .../patch-src_preprocessors_HttpInspect_client_Makefile_in | 10 ++++++++++ ...atch-src_preprocessors_HttpInspect_event_output_Makefile_in | 10 ++++++++++ ...h-src_preprocessors_HttpInspect_mode_inspection_Makefile_in | 10 ++++++++++ ...tch-src_preprocessors_HttpInspect_normalization_Makefile_in | 10 ++++++++++ .../patch-src_preprocessors_HttpInspect_server_Makefile_in | 10 ++++++++++ ...rc_preprocessors_HttpInspect_session_inspection_Makefile_in | 10 ++++++++++ package/snort/patches/patch-src_preprocessors_Makefile_in | 10 ++++++++++ .../snort/patches/patch-src_preprocessors_Stream5_Makefile_in | 10 ++++++++++ package/snort/patches/patch-src_sfutil_Makefile_in | 10 ++++++++++ 16 files changed, 160 insertions(+) create mode 100644 package/snort/patches/patch-src_Makefile_in create mode 100644 package/snort/patches/patch-src_detection-plugins_Makefile_in create mode 100644 package/snort/patches/patch-src_dynamic-examples_Makefile_in create mode 100644 package/snort/patches/patch-src_dynamic-plugins_Makefile_in create mode 100644 package/snort/patches/patch-src_output-plugins_Makefile_in create mode 100644 package/snort/patches/patch-src_parser_Makefile_in create mode 100644 package/snort/patches/patch-src_preprocessors_HttpInspect_anomaly_detection_Makefile_in create mode 100644 package/snort/patches/patch-src_preprocessors_HttpInspect_client_Makefile_in create mode 100644 package/snort/patches/patch-src_preprocessors_HttpInspect_event_output_Makefile_in create mode 100644 package/snort/patches/patch-src_preprocessors_HttpInspect_mode_inspection_Makefile_in create mode 100644 package/snort/patches/patch-src_preprocessors_HttpInspect_normalization_Makefile_in create mode 100644 package/snort/patches/patch-src_preprocessors_HttpInspect_server_Makefile_in create mode 100644 package/snort/patches/patch-src_preprocessors_HttpInspect_session_inspection_Makefile_in create mode 100644 package/snort/patches/patch-src_preprocessors_Makefile_in create mode 100644 package/snort/patches/patch-src_preprocessors_Stream5_Makefile_in create mode 100644 package/snort/patches/patch-src_sfutil_Makefile_in (limited to 'package/snort') diff --git a/package/snort/patches/patch-src_Makefile_in b/package/snort/patches/patch-src_Makefile_in new file mode 100644 index 000000000..0a7d2bba3 --- /dev/null +++ b/package/snort/patches/patch-src_Makefile_in @@ -0,0 +1,10 @@ +--- snort-2.8.5.2.orig/src/Makefile.in 2009-10-19 23:17:59.000000000 +0200 ++++ snort-2.8.5.2/src/Makefile.in 2010-07-30 21:13:15.000000000 +0200 +@@ -181,7 +181,6 @@ datarootdir = @datarootdir@ + docdir = @docdir@ + dvidir = @dvidir@ + exec_prefix = @exec_prefix@ +-extra_incl = @extra_incl@ + host = @host@ + host_alias = @host_alias@ + host_cpu = @host_cpu@ diff --git a/package/snort/patches/patch-src_detection-plugins_Makefile_in b/package/snort/patches/patch-src_detection-plugins_Makefile_in new file mode 100644 index 000000000..41879362d --- /dev/null +++ b/package/snort/patches/patch-src_detection-plugins_Makefile_in @@ -0,0 +1,10 @@ +--- snort-2.8.5.2.orig/src/detection-plugins/Makefile.in 2009-10-19 23:17:59.000000000 +0200 ++++ snort-2.8.5.2/src/detection-plugins/Makefile.in 2010-07-30 20:38:56.000000000 +0200 +@@ -173,7 +173,6 @@ datarootdir = @datarootdir@ + docdir = @docdir@ + dvidir = @dvidir@ + exec_prefix = @exec_prefix@ +-extra_incl = @extra_incl@ + host = @host@ + host_alias = @host_alias@ + host_cpu = @host_cpu@ diff --git a/package/snort/patches/patch-src_dynamic-examples_Makefile_in b/package/snort/patches/patch-src_dynamic-examples_Makefile_in new file mode 100644 index 000000000..34f1c3d65 --- /dev/null +++ b/package/snort/patches/patch-src_dynamic-examples_Makefile_in @@ -0,0 +1,10 @@ +--- snort-2.8.5.2.orig/src/dynamic-examples/Makefile.in 2009-10-19 23:17:59.000000000 +0200 ++++ snort-2.8.5.2/src/dynamic-examples/Makefile.in 2010-07-30 21:12:51.000000000 +0200 +@@ -148,7 +148,6 @@ datarootdir = @datarootdir@ + docdir = @docdir@ + dvidir = @dvidir@ + exec_prefix = @exec_prefix@ +-extra_incl = @extra_incl@ + host = @host@ + host_alias = @host_alias@ + host_cpu = @host_cpu@ diff --git a/package/snort/patches/patch-src_dynamic-plugins_Makefile_in b/package/snort/patches/patch-src_dynamic-plugins_Makefile_in new file mode 100644 index 000000000..33319192a --- /dev/null +++ b/package/snort/patches/patch-src_dynamic-plugins_Makefile_in @@ -0,0 +1,10 @@ +--- snort-2.8.5.2.orig/src/dynamic-plugins/Makefile.in 2009-10-19 23:17:59.000000000 +0200 ++++ snort-2.8.5.2/src/dynamic-plugins/Makefile.in 2010-07-30 20:41:39.000000000 +0200 +@@ -167,7 +167,6 @@ datarootdir = @datarootdir@ + docdir = @docdir@ + dvidir = @dvidir@ + exec_prefix = @exec_prefix@ +-extra_incl = @extra_incl@ + host = @host@ + host_alias = @host_alias@ + host_cpu = @host_cpu@ diff --git a/package/snort/patches/patch-src_output-plugins_Makefile_in b/package/snort/patches/patch-src_output-plugins_Makefile_in new file mode 100644 index 000000000..1333552aa --- /dev/null +++ b/package/snort/patches/patch-src_output-plugins_Makefile_in @@ -0,0 +1,10 @@ +--- snort-2.8.5.2.orig/src/output-plugins/Makefile.in 2009-10-19 23:18:00.000000000 +0200 ++++ snort-2.8.5.2/src/output-plugins/Makefile.in 2010-07-30 20:37:01.000000000 +0200 +@@ -162,7 +162,6 @@ datarootdir = @datarootdir@ + docdir = @docdir@ + dvidir = @dvidir@ + exec_prefix = @exec_prefix@ +-extra_incl = @extra_incl@ + host = @host@ + host_alias = @host_alias@ + host_cpu = @host_cpu@ diff --git a/package/snort/patches/patch-src_parser_Makefile_in b/package/snort/patches/patch-src_parser_Makefile_in new file mode 100644 index 000000000..759f00c7f --- /dev/null +++ b/package/snort/patches/patch-src_parser_Makefile_in @@ -0,0 +1,10 @@ +--- snort-2.8.5.2.orig/src/parser/Makefile.in 2009-10-19 23:18:00.000000000 +0200 ++++ snort-2.8.5.2/src/parser/Makefile.in 2010-07-30 21:10:25.000000000 +0200 +@@ -155,7 +155,6 @@ datarootdir = @datarootdir@ + docdir = @docdir@ + dvidir = @dvidir@ + exec_prefix = @exec_prefix@ +-extra_incl = @extra_incl@ + host = @host@ + host_alias = @host_alias@ + host_cpu = @host_cpu@ diff --git a/package/snort/patches/patch-src_preprocessors_HttpInspect_anomaly_detection_Makefile_in b/package/snort/patches/patch-src_preprocessors_HttpInspect_anomaly_detection_Makefile_in new file mode 100644 index 000000000..5129950f3 --- /dev/null +++ b/package/snort/patches/patch-src_preprocessors_HttpInspect_anomaly_detection_Makefile_in @@ -0,0 +1,10 @@ +--- snort-2.8.5.2.orig/src/preprocessors/HttpInspect/anomaly_detection/Makefile.in 2009-10-19 23:18:00.000000000 +0200 ++++ snort-2.8.5.2/src/preprocessors/HttpInspect/anomaly_detection/Makefile.in 2010-07-30 20:53:23.000000000 +0200 +@@ -155,7 +155,6 @@ datarootdir = @datarootdir@ + docdir = @docdir@ + dvidir = @dvidir@ + exec_prefix = @exec_prefix@ +-extra_incl = @extra_incl@ + host = @host@ + host_alias = @host_alias@ + host_cpu = @host_cpu@ diff --git a/package/snort/patches/patch-src_preprocessors_HttpInspect_client_Makefile_in b/package/snort/patches/patch-src_preprocessors_HttpInspect_client_Makefile_in new file mode 100644 index 000000000..8ac2134d6 --- /dev/null +++ b/package/snort/patches/patch-src_preprocessors_HttpInspect_client_Makefile_in @@ -0,0 +1,10 @@ +--- snort-2.8.5.2.orig/src/preprocessors/HttpInspect/client/Makefile.in 2009-10-19 23:18:01.000000000 +0200 ++++ snort-2.8.5.2/src/preprocessors/HttpInspect/client/Makefile.in 2010-07-30 20:59:11.000000000 +0200 +@@ -156,7 +156,6 @@ datarootdir = @datarootdir@ + docdir = @docdir@ + dvidir = @dvidir@ + exec_prefix = @exec_prefix@ +-extra_incl = @extra_incl@ + host = @host@ + host_alias = @host_alias@ + host_cpu = @host_cpu@ diff --git a/package/snort/patches/patch-src_preprocessors_HttpInspect_event_output_Makefile_in b/package/snort/patches/patch-src_preprocessors_HttpInspect_event_output_Makefile_in new file mode 100644 index 000000000..3726d6c6f --- /dev/null +++ b/package/snort/patches/patch-src_preprocessors_HttpInspect_event_output_Makefile_in @@ -0,0 +1,10 @@ +--- snort-2.8.5.2.orig/src/preprocessors/HttpInspect/event_output/Makefile.in 2009-10-19 23:18:01.000000000 +0200 ++++ snort-2.8.5.2/src/preprocessors/HttpInspect/event_output/Makefile.in 2010-07-30 20:56:45.000000000 +0200 +@@ -155,7 +155,6 @@ datarootdir = @datarootdir@ + docdir = @docdir@ + dvidir = @dvidir@ + exec_prefix = @exec_prefix@ +-extra_incl = @extra_incl@ + host = @host@ + host_alias = @host_alias@ + host_cpu = @host_cpu@ diff --git a/package/snort/patches/patch-src_preprocessors_HttpInspect_mode_inspection_Makefile_in b/package/snort/patches/patch-src_preprocessors_HttpInspect_mode_inspection_Makefile_in new file mode 100644 index 000000000..cadcd41c0 --- /dev/null +++ b/package/snort/patches/patch-src_preprocessors_HttpInspect_mode_inspection_Makefile_in @@ -0,0 +1,10 @@ +--- snort-2.8.5.2.orig/src/preprocessors/HttpInspect/mode_inspection/Makefile.in 2009-10-19 23:18:01.000000000 +0200 ++++ snort-2.8.5.2/src/preprocessors/HttpInspect/mode_inspection/Makefile.in 2010-07-30 20:49:58.000000000 +0200 +@@ -155,7 +155,6 @@ datarootdir = @datarootdir@ + docdir = @docdir@ + dvidir = @dvidir@ + exec_prefix = @exec_prefix@ +-extra_incl = @extra_incl@ + host = @host@ + host_alias = @host_alias@ + host_cpu = @host_cpu@ diff --git a/package/snort/patches/patch-src_preprocessors_HttpInspect_normalization_Makefile_in b/package/snort/patches/patch-src_preprocessors_HttpInspect_normalization_Makefile_in new file mode 100644 index 000000000..932899608 --- /dev/null +++ b/package/snort/patches/patch-src_preprocessors_HttpInspect_normalization_Makefile_in @@ -0,0 +1,10 @@ +--- snort-2.8.5.2.orig/src/preprocessors/HttpInspect/normalization/Makefile.in 2009-10-19 23:18:01.000000000 +0200 ++++ snort-2.8.5.2/src/preprocessors/HttpInspect/normalization/Makefile.in 2010-07-30 21:01:32.000000000 +0200 +@@ -155,7 +155,6 @@ datarootdir = @datarootdir@ + docdir = @docdir@ + dvidir = @dvidir@ + exec_prefix = @exec_prefix@ +-extra_incl = @extra_incl@ + host = @host@ + host_alias = @host_alias@ + host_cpu = @host_cpu@ diff --git a/package/snort/patches/patch-src_preprocessors_HttpInspect_server_Makefile_in b/package/snort/patches/patch-src_preprocessors_HttpInspect_server_Makefile_in new file mode 100644 index 000000000..a299ae945 --- /dev/null +++ b/package/snort/patches/patch-src_preprocessors_HttpInspect_server_Makefile_in @@ -0,0 +1,10 @@ +--- snort-2.8.5.2.orig/src/preprocessors/HttpInspect/server/Makefile.in 2009-10-19 23:18:01.000000000 +0200 ++++ snort-2.8.5.2/src/preprocessors/HttpInspect/server/Makefile.in 2010-07-30 20:58:00.000000000 +0200 +@@ -155,7 +155,6 @@ datarootdir = @datarootdir@ + docdir = @docdir@ + dvidir = @dvidir@ + exec_prefix = @exec_prefix@ +-extra_incl = @extra_incl@ + host = @host@ + host_alias = @host_alias@ + host_cpu = @host_cpu@ diff --git a/package/snort/patches/patch-src_preprocessors_HttpInspect_session_inspection_Makefile_in b/package/snort/patches/patch-src_preprocessors_HttpInspect_session_inspection_Makefile_in new file mode 100644 index 000000000..decc25e2a --- /dev/null +++ b/package/snort/patches/patch-src_preprocessors_HttpInspect_session_inspection_Makefile_in @@ -0,0 +1,10 @@ +--- snort-2.8.5.2.orig/src/preprocessors/HttpInspect/session_inspection/Makefile.in 2009-10-19 23:18:01.000000000 +0200 ++++ snort-2.8.5.2/src/preprocessors/HttpInspect/session_inspection/Makefile.in 2010-07-30 20:44:26.000000000 +0200 +@@ -155,7 +155,6 @@ datarootdir = @datarootdir@ + docdir = @docdir@ + dvidir = @dvidir@ + exec_prefix = @exec_prefix@ +-extra_incl = @extra_incl@ + host = @host@ + host_alias = @host_alias@ + host_cpu = @host_cpu@ diff --git a/package/snort/patches/patch-src_preprocessors_Makefile_in b/package/snort/patches/patch-src_preprocessors_Makefile_in new file mode 100644 index 000000000..1dabe1e71 --- /dev/null +++ b/package/snort/patches/patch-src_preprocessors_Makefile_in @@ -0,0 +1,10 @@ +--- snort-2.8.5.2.orig/src/preprocessors/Makefile.in 2009-10-19 23:18:01.000000000 +0200 ++++ snort-2.8.5.2/src/preprocessors/Makefile.in 2010-07-30 21:07:39.000000000 +0200 +@@ -173,7 +173,6 @@ datarootdir = @datarootdir@ + docdir = @docdir@ + dvidir = @dvidir@ + exec_prefix = @exec_prefix@ +-extra_incl = @extra_incl@ + host = @host@ + host_alias = @host_alias@ + host_cpu = @host_cpu@ diff --git a/package/snort/patches/patch-src_preprocessors_Stream5_Makefile_in b/package/snort/patches/patch-src_preprocessors_Stream5_Makefile_in new file mode 100644 index 000000000..a6a5a4fc1 --- /dev/null +++ b/package/snort/patches/patch-src_preprocessors_Stream5_Makefile_in @@ -0,0 +1,10 @@ +--- snort-2.8.5.2.orig/src/preprocessors/Stream5/Makefile.in 2009-10-19 23:18:01.000000000 +0200 ++++ snort-2.8.5.2/src/preprocessors/Stream5/Makefile.in 2010-07-30 21:04:38.000000000 +0200 +@@ -158,7 +158,6 @@ datarootdir = @datarootdir@ + docdir = @docdir@ + dvidir = @dvidir@ + exec_prefix = @exec_prefix@ +-extra_incl = @extra_incl@ + host = @host@ + host_alias = @host_alias@ + host_cpu = @host_cpu@ diff --git a/package/snort/patches/patch-src_sfutil_Makefile_in b/package/snort/patches/patch-src_sfutil_Makefile_in new file mode 100644 index 000000000..b8b536bf2 --- /dev/null +++ b/package/snort/patches/patch-src_sfutil_Makefile_in @@ -0,0 +1,10 @@ +--- snort-2.8.5.2.orig/src/sfutil/Makefile.in 2009-10-19 23:18:01.000000000 +0200 ++++ snort-2.8.5.2/src/sfutil/Makefile.in 2010-07-30 20:34:40.000000000 +0200 +@@ -166,7 +166,6 @@ datarootdir = @datarootdir@ + docdir = @docdir@ + dvidir = @dvidir@ + exec_prefix = @exec_prefix@ +-extra_incl = @extra_incl@ + host = @host@ + host_alias = @host_alias@ + host_cpu = @host_cpu@ -- cgit v1.2.3