]> git.pld-linux.org Git - packages/netsniff-ng.git/commitdiff
disable HARDENING flags trying to mitigate build error, rely on what we have
authorTomasz Pala <gotar@pld-linux.org>
Sun, 5 Nov 2017 16:40:13 +0000 (17:40 +0100)
committerTomasz Pala <gotar@pld-linux.org>
Sun, 5 Nov 2017 16:40:13 +0000 (17:40 +0100)
netsniff-ng.spec

index d91ab61061802500b54ff427e40e194e6f2e0151..a1dcbf67865c672e4b71f576a330bb16f2050759 100644 (file)
@@ -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
This page took 0.035857 seconds and 4 git commands to generate.