From f2ed35a76af9cf6d2372ff77f33038d92c13bfb7 Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Mon, 21 Jul 2014 16:12:57 +0800 Subject: [PATCH] Revert back. --- zmap.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zmap.spec b/zmap.spec index e92fa18..c83a7a7 100644 --- a/zmap.spec +++ b/zmap.spec @@ -37,7 +37,7 @@ scanning. %build %cmake -DWITH_JSON=ON -DWITH_REDIS=ON -%make_build +make %{?_smp_mflags} chmod 644 -v examples/udp-probes/* find ./examples/ -type f -exec sed -i 's/\r$//' {} ";"