disable optimization on sparc64 as a workaround, resolves crashing issues.
This commit is contained in:
parent
7e96195d7d
commit
3ba2cf2ac4
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.38 2006/01/04 04:15:18 david Exp $
|
||||
# $OpenBSD: Makefile,v 1.39 2006/01/06 04:20:32 brad Exp $
|
||||
|
||||
COMMENT= "highly flexible sniffer/NIDS"
|
||||
|
||||
DISTNAME= snort-2.3.3
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
CATEGORIES= net security
|
||||
MASTER_SITES= ${HOMEPAGE}/dl/current/
|
||||
|
||||
@ -21,6 +21,10 @@ CONFIGURE_STYLE= gnu
|
||||
|
||||
LIB_DEPENDS= pcre::devel/pcre
|
||||
|
||||
.if ${MACHINE_ARCH} == "sparc64"
|
||||
CFLAGS+= -O0
|
||||
.endif
|
||||
|
||||
FLAVORS= postgresql mysql smbalert flexresp
|
||||
FLAVOR?=
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user