FreeBSD Bugzilla – Attachment 227693 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 (use "git am")
0001-security-suricata-respect-RUSTFLAGS.patch (text/plain), 1004 bytes, created by
Evgenii Khramtsov
on 2021-09-05 21:36:24 UTC
(
hide
)
Description:
v1 (use "git am")
Filename:
MIME Type:
Creator:
Evgenii Khramtsov
Created:
2021-09-05 21:36:24 UTC
Size:
1004 bytes
patch
obsolete
>From 9b57ef3df0a94a7b3a3612e86cf1acee08257d5f Mon Sep 17 00:00:00 2001 >From: Evgeniy Khramtsov <evgeniy@khramtsov.org> >Date: Fri, 3 Sep 2021 15:13:09 +0300 >Subject: [PATCH] security/suricata: respect RUSTFLAGS > >Set RUSTFLAGS like Mk/Uses/cargo.mk does to respect CC and LDFLAGS. > >PR: 2582?? >Approved by: ? >--- > security/suricata/Makefile | 2 ++ > 1 file changed, 2 insertions(+) > >diff --git a/security/suricata/Makefile b/security/suricata/Makefile >index e450a344652f..32fe7fe98aec 100644 >--- a/security/suricata/Makefile >+++ b/security/suricata/Makefile >@@ -1,5 +1,6 @@ > PORTNAME= suricata > DISTVERSION= 6.0.3 >+PORTREVISION= 1 > CATEGORIES= security > MASTER_SITES= https://www.openinfosecfoundation.org/download/ > >@@ -28,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
Actions:
View
|
Diff
Attachments on
bug 258294
:
227693
|
228169