From: Michael Tremer Date: Tue, 9 Apr 2019 01:32:45 +0000 (+0100) Subject: hyperscan: Drop cmake parameters that are passed anyways X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-3.x.git;a=commitdiff_plain;h=3c07a5b13561a850139d92be9805d19e2f3a7cf3 hyperscan: Drop cmake parameters that are passed anyways Signed-off-by: Michael Tremer --- diff --git a/hyperscan/hyperscan.nm b/hyperscan/hyperscan.nm index e1688a5c3..a973672ef 100644 --- a/hyperscan/hyperscan.nm +++ b/hyperscan/hyperscan.nm @@ -5,7 +5,7 @@ name = hyperscan version = 5.1.0 -release = 2 +release = 3 # This won't build on any architectures but those sup_arches = x86_64 i686 @@ -40,9 +40,6 @@ build build %{cmake} . \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=%{lib} \ - -DBUILD_SHARED_LIBS:BOOL=ON \ -DBUILD_STATIC_AND_SHARED:BOOL=OFF make %{PARALLELISMFLAGS}