diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-08-01 08:56:59 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-08-01 08:56:59 +0200 |
commit | 5101c49a2f012c6701222950cee2f3dd4701abf1 (patch) | |
tree | e99ba0cb9a6f3966343609c3348bc17f9499603d /package/snort/patches/patch-src_detection-plugins_Makefile_in | |
parent | a59afdda1ae3290da090a878a1e0893a3a0f01e0 (diff) | |
parent | 0da10a5f4ffedb7628ab5b324b54c3a02e51772d (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/snort/patches/patch-src_detection-plugins_Makefile_in')
-rw-r--r-- | package/snort/patches/patch-src_detection-plugins_Makefile_in | 10 |
1 files changed, 10 insertions, 0 deletions
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@ |