View | Details | Raw Unified | Return to bug 258294 | Differences between
and this patch

Collapse All | Expand All

(-)b/security/suricata/Makefile (-1 / +2 lines)
Lines 1-5 Link Here
1
PORTNAME=	suricata
1
PORTNAME=	suricata
2
DISTVERSION=	6.0.3
2
DISTVERSION=	6.0.3
3
PORTREVISION=	1
3
CATEGORIES=	security
4
CATEGORIES=	security
4
MASTER_SITES=	https://www.openinfosecfoundation.org/download/
5
MASTER_SITES=	https://www.openinfosecfoundation.org/download/
5
6
Lines 28-33 GNU_CONFIGURE= yes Link Here
28
CONFIGURE_ARGS+=--enable-gccprotect \
29
CONFIGURE_ARGS+=--enable-gccprotect \
29
		--enable-bundled-htp \
30
		--enable-bundled-htp \
30
	        --disable-gccmarch-native
31
	        --disable-gccmarch-native
32
MAKE_ENV=	RUSTFLAGS="${RUSTFLAGS} -C linker=${CC:Q} ${LDFLAGS:C/.+/-C link-arg=&/}"
31
33
32
INSTALL_TARGET=		install-strip
34
INSTALL_TARGET=		install-strip
33
TEST_TARGET=		check
35
TEST_TARGET=		check
34
- 

Return to bug 258294