FreeBSD Bugzilla – Attachment 228169 Details for
Bug 258294
security/suricata: Respect CC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v1.1 (use "git am")
0001-security-suricata-respect-RUSTFLAGS.patch (text/plain), 1011 bytes, created by
Evgenii Khramtsov
on 2021-09-25 11:32:49 UTC
(
hide
)
Description:
v1.1 (use "git am")
Filename:
MIME Type:
Creator:
Evgenii Khramtsov
Created:
2021-09-25 11:32:49 UTC
Size:
1011 bytes
patch
obsolete
>From caff6d57e7b26c73d48fa4434e1e076a4350da72 Mon Sep 17 00:00:00 2001 >From: Evgeniy Khramtsov <evgeniy@khramtsov.org> >Date: Sat, 25 Sep 2021 01:47:45 +0300 >Subject: [PATCH] security/suricata: respect RUSTFLAGS > >Set RUSTFLAGS like Mk/Uses/cargo.mk does to respect CC and LDFLAGS. >--- > security/suricata/Makefile | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >diff --git a/security/suricata/Makefile b/security/suricata/Makefile >index 18ee36286733..09b34da27b17 100644 >--- a/security/suricata/Makefile >+++ b/security/suricata/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= suricata > DISTVERSION= 6.0.3 >-PORTREVISION= 2 >+PORTREVISION= 3 > CATEGORIES= security > MASTER_SITES= https://www.openinfosecfoundation.org/download/ > >@@ -29,6 +29,7 @@ GNU_CONFIGURE= yes > CONFIGURE_ARGS+=--enable-gccprotect \ > --enable-bundled-htp \ > --disable-gccmarch-native >+MAKE_ENV= RUSTFLAGS="${RUSTFLAGS} -C linker=${CC:Q} ${LDFLAGS:C/.+/-C link-arg=&/}" > > INSTALL_TARGET= install-strip > TEST_TARGET= check >-- >2.32.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
franco
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 258294
:
227693
| 228169