From 7ed8092652bfef48bab1d9033a9b899063b3463d Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Thu, 21 Oct 2021 13:40:38 +0200 Subject: [PATCH] Disable inline --- geos.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/geos.spec b/geos.spec index b240a84..087073a 100644 --- a/geos.spec +++ b/geos.spec @@ -1,6 +1,6 @@ Name: geos Version: 3.10.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: GEOS is a C++ port of the Java Topology Suite License: LGPLv2 @@ -42,7 +42,7 @@ use GEOS. %build -%cmake -DBUILD_DOCUMENTATION=ON +%cmake -DDISABLE_GEOS_INLINE=ON -DBUILD_DOCUMENTATION=ON %cmake_build @@ -74,6 +74,9 @@ make docs -C %{__cmake_builddir} %changelog +* Thu Oct 21 2021 Sandro Mani - 3.10.0-2 +- Disable inline + * Thu Oct 21 2021 Sandro Mani - 3.10.0-1 - Update to 3.10.0