From b6c0462e4707849186c7143292271135cb8368d6 Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Mon, 11 Jan 2016 23:03:27 +0100 Subject: [PATCH] -Wlogical-op has been conditionalized in CMakefile :) --- mbedtls.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mbedtls.spec b/mbedtls.spec index a6d700e..fc7c7b5 100644 --- a/mbedtls.spec +++ b/mbedtls.spec @@ -74,10 +74,6 @@ The %{name}-doc package contains documentation. %prep %setup -q -%if 0%{?rhel} == 5 -sed -e 's/-Wlogical-op//' -i CMakeLists.txt -%endif - %build %cmake -D CMAKE_BUILD_TYPE:String="Release" -D USE_SHARED_MBEDTLS_LIBRARY:BOOL=1 .