]> git.pld-linux.org Git - packages/netsniff-ng.git/commitdiff
not sure what breaks the build here...
authorTomasz Pala <gotar@pld-linux.org>
Sun, 5 Nov 2017 16:42:04 +0000 (17:42 +0100)
committerTomasz Pala <gotar@pld-linux.org>
Sun, 5 Nov 2017 16:42:04 +0000 (17:42 +0100)
netsniff-ng.spec

index a1dcbf67865c672e4b71f576a330bb16f2050759..4a6b2071a5e806e04a23dcb6c172b5f0f2729ec8 100644 (file)
@@ -42,9 +42,9 @@ NACL_LIB=sodium \
 ./configure \
        --sysconfdir="%{_sysconfdir}" \
        --prefix="%{_prefix}"
-%{__make} \
+%{__make} -j1 \
        %{?debug:DEBUG=1} \
-       %{!?debug:HARDENING=0 CPPFLAGS="%{rpmcflags}"} \
+       %{!?debug:HARDENING=1 CPPFLAGS="%{rpmcflags}"} \
        Q=
 
 %install
This page took 0.124467 seconds and 4 git commands to generate.