[packages/netsniff-ng] disable HARDENING flags trying to mitigate build error, rely on what we have

gotar gotar at pld-linux.org
Sun Nov 5 17:40:41 CET 2017


commit 0a2cbaeeb0bd353d2ec6788d9a3ef1774dfb932c
Author: Tomasz Pala <gotar at pld-linux.org>
Date:   Sun Nov 5 17:40:13 2017 +0100

    disable HARDENING flags trying to mitigate build error, rely on what we have

 netsniff-ng.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/netsniff-ng.spec b/netsniff-ng.spec
index d91ab61..a1dcbf6 100644
--- a/netsniff-ng.spec
+++ b/netsniff-ng.spec
@@ -44,7 +44,7 @@ NACL_LIB=sodium \
 	--prefix="%{_prefix}"
 %{__make} \
 	%{?debug:DEBUG=1} \
-	%{!?debug:HARDENING=1 CPPFLAGS="%{rpmcflags}"} \
+	%{!?debug:HARDENING=0 CPPFLAGS="%{rpmcflags}"} \
 	Q=
 
 %install
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/netsniff-ng.git/commitdiff/0a2cbaeeb0bd353d2ec6788d9a3ef1774dfb932c



More information about the pld-cvs-commit mailing list