diff options
Diffstat (limited to 'package/snort/patches/patch-tools_u2spewfoo_Makefile_in')
-rw-r--r-- | package/snort/patches/patch-tools_u2spewfoo_Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/snort/patches/patch-tools_u2spewfoo_Makefile_in b/package/snort/patches/patch-tools_u2spewfoo_Makefile_in new file mode 100644 index 000000000..a8f36785d --- /dev/null +++ b/package/snort/patches/patch-tools_u2spewfoo_Makefile_in @@ -0,0 +1,11 @@ +--- snort-2.9.5.orig/tools/u2spewfoo/Makefile.in 2013-06-04 23:21:54.000000000 +0200 ++++ snort-2.9.5/tools/u2spewfoo/Makefile.in 2013-07-17 11:24:18.000000000 +0200 +@@ -226,7 +226,7 @@ top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + AUTOMAKE_OPTIONS = foreign + u2spewfoo_SOURCES = u2spewfoo.c +-u2spewfoo_CFLAGS = @CFLAGS@ $(AM_CFLAGS) ++#u2spewfoo_CFLAGS = @CFLAGS@ $(AM_CFLAGS) + EXTRA_DIST = \ + u2spewfoo.dsp + |