pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/snort snort ipv6 support does not work on SunOS
details: https://anonhg.NetBSD.org/pkgsrc/rev/7b80aa367ade
branches: trunk
changeset: 535221:7b80aa367ade
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Sun Nov 11 21:24:24 2007 +0000
description:
snort ipv6 support does not work on SunOS
diffstat:
net/snort/Makefile | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 30050e34505a -r 7b80aa367ade net/snort/Makefile
--- a/net/snort/Makefile Sun Nov 11 19:29:16 2007 +0000
+++ b/net/snort/Makefile Sun Nov 11 21:24:24 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2007/10/21 00:22:53 adrianp Exp $
+# $NetBSD: Makefile,v 1.34 2007/11/11 21:24:24 adrianp Exp $
#
DISTNAME= snort-2.8.0
@@ -67,6 +67,11 @@
SUBST_SED.install= -e "s|-o root -g wheel||g"
SUBST_MESSAGE.install= Fixing install scripts.
+# does not work on SunOS
+.if ${OPSYS} == "SunOS"
+PKG_OPTIONS.snort=-inet6
+.endif
+
.include "options.mk"
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
Home |
Main Index |
Thread Index |
Old Index