diff options
author | Markus Ullmann <jokey@gentoo.org> | 2007-02-01 16:04:30 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2007-02-01 16:04:30 +0000 |
commit | 6221bfd94453c32675c96087282efb14611b2be4 (patch) | |
tree | 3b108221b947c4061c1ab922fd49e03bf1e44107 /net-analyzer/snort/files | |
parent | Stable on sparc (diff) | |
download | gentoo-2-6221bfd94453c32675c96087282efb14611b2be4.tar.gz gentoo-2-6221bfd94453c32675c96087282efb14611b2be4.tar.bz2 gentoo-2-6221bfd94453c32675c96087282efb14611b2be4.zip |
Add patch for react failure, see bug #162598 for details, thanks to perry@csk.pl
(Portage version: 2.1.2-r1)
Diffstat (limited to 'net-analyzer/snort/files')
-rw-r--r-- | net-analyzer/snort/files/snort-2.6.1.2-react.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net-analyzer/snort/files/snort-2.6.1.2-react.patch b/net-analyzer/snort/files/snort-2.6.1.2-react.patch new file mode 100644 index 000000000000..c03f1daf6bc2 --- /dev/null +++ b/net-analyzer/snort/files/snort-2.6.1.2-react.patch @@ -0,0 +1,25 @@ +diff -urN ./snort-2.6.1.2-orig/configure.in ./snort-2.6.1.2/configure.in +--- ./snort-2.6.1.2-orig/configure.in 2007-02-01 16:09:42.000000000 +0100 ++++ ./snort-2.6.1.2/configure.in 2007-02-01 16:59:55.000000000 +0100 +@@ -963,7 +963,7 @@ + AC_MSG_WARN(are using a precompiled package please notify the) + AC_MSG_WARN(maintainer.) + LDFLAGS="${LDFLAGS} -L/usr/local/lib -L/sw/lib" +- LIBS="${LIBS} -lnet" ++ LIBS="${LIBS} -lnet-1.0" + fi + + LNET="" +@@ -1011,10 +1011,10 @@ + fi + + LNET="" +- AC_CHECK_LIB(net, libnet_build_ip,, LNET="no") ++ AC_CHECK_LIB(net-1.0, libnet_build_ip,, LNET="no") + if test "$LNET" = "no"; then + echo +- echo " ERROR! Libnet library not found, go get it from" ++ echo " ERROR! Libnet-1.0 library not found, go get it from" + echo " http://www.packetfactory.net/projects/libnet/" + echo " or use the --with-libnet-* options, if you have it installed" + echo " in unusual place" |