From 7d0ad57f80b748732625c0be3309750a7998813f Mon Sep 17 00:00:00 2001 From: Mattia Verga Date: Feb 05 2020 18:05:24 +0000 Subject: Move comment out of cmake command --- diff --git a/rawtherapee.spec b/rawtherapee.spec index 17105fa..c28962a 100644 --- a/rawtherapee.spec +++ b/rawtherapee.spec @@ -64,11 +64,12 @@ sed -i "s|\r||g" LICENSE.txt rm -rf rtengine/klt/ %build +# do not build shared libs +# https://github.com/Beep6581/RawTherapee/pull/5479 %{cmake} %{?BUILD_TESTS} \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DLIBDIR=%{_libdir} \ -DCMAKE_BUILD_TYPE=release \ -# do not build shared libs https://github.com/Beep6581/RawTherapee/pull/5479 -DBUILD_SHARED_LIBS:BOOL=OFF \ -DAUTOMATED_BUILD_SYSTEM:BOOL=ON \ -DCACHE_NAME_SUFFIX="" \