diff options
Diffstat (limited to 'package/snort/patches/patch-src_Makefile_in')
-rw-r--r-- | package/snort/patches/patch-src_Makefile_in | 10 |
1 files changed, 10 insertions, 0 deletions
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@ |