diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-18 14:28:21 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-07-18 14:28:21 +0200 |
commit | 2d410f5d6775bf58eb86d2bd9af22cb6d23777a9 (patch) | |
tree | c2bf9d417feb6dd8d602bbe45a4cf8f1d16acf57 /package/snort/patches/patch-tools_u2boat_Makefile_in | |
parent | cc3b5823e3827a280ec757e7a775c1bac944259d (diff) | |
parent | 646fff13466f38f6f99b15dc5e146b864e6448eb (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/snort/patches/patch-tools_u2boat_Makefile_in')
-rw-r--r-- | package/snort/patches/patch-tools_u2boat_Makefile_in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/package/snort/patches/patch-tools_u2boat_Makefile_in b/package/snort/patches/patch-tools_u2boat_Makefile_in new file mode 100644 index 000000000..495fab6c8 --- /dev/null +++ b/package/snort/patches/patch-tools_u2boat_Makefile_in @@ -0,0 +1,11 @@ +--- snort-2.9.5.orig/tools/u2boat/Makefile.in 2013-06-04 23:21:53.000000000 +0200 ++++ snort-2.9.5/tools/u2boat/Makefile.in 2013-07-17 11:21:52.000000000 +0200 +@@ -256,7 +256,7 @@ top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ + AUTOMAKE_OPTIONS = foreign + u2boat_SOURCES = u2boat.c u2boat.h +-u2boat_CFLAGS = @CFLAGS@ $(AM_CFLAGS) ++#u2boat_CFLAGS = @CFLAGS@ $(AM_CFLAGS) + u2boat_LDADD = -lpcap + dist_doc_DATA = README.u2boat + all: all-am |