hyperscan: Drop cmake parameters that are passed anyways

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer 2019-04-09 02:32:45 +01:00
parent 4fef5f19cb
commit 3c07a5b135
1 changed files with 1 additions and 4 deletions

View File

@ -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}