]> git.pld-linux.org Git - packages/netsniff-ng.git/commitdiff
try without our CFLAGS
authorTomasz Pala <gotar@pld-linux.org>
Sun, 5 Nov 2017 16:48:10 +0000 (17:48 +0100)
committerTomasz Pala <gotar@pld-linux.org>
Sun, 5 Nov 2017 16:48:10 +0000 (17:48 +0100)
netsniff-ng.spec

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