From 407043aa279e201e5ea480544db33c4f48a9777aeac67deff774a1c16e2e9c3a Mon Sep 17 00:00:00 2001 From: Paolo Stivanin Date: Wed, 6 Dec 2023 15:31:11 +0000 Subject: [PATCH] Accepting request 1131386 from home:Guillaume_G:PAC_BTI - Drop unneeded -DCMAKE_C_FLAGS=-std=gnu99 to use distro CFLAGS OBS-URL: https://build.opensuse.org/request/show/1131386 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/json-c?expand=0&rev=47 --- json-c.changes | 5 +++++ json-c.spec | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/json-c.changes b/json-c.changes index d3946f5..311e713 100644 --- a/json-c.changes +++ b/json-c.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Dec 6 15:26:31 UTC 2023 - Guillaume GARDET + +- Drop unneeded -DCMAKE_C_FLAGS=-std=gnu99 to use distro CFLAGS + ------------------------------------------------------------------- Fri Nov 3 08:47:33 UTC 2023 - Paolo Stivanin diff --git a/json-c.spec b/json-c.spec index ce9109e..4f4404d 100644 --- a/json-c.spec +++ b/json-c.spec @@ -91,7 +91,6 @@ This package includes the json-c documentation. -DCMAKE_BUILD_TYPE=None \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DCMAKE_INSTALL_LIBDIR=%{_libdir} \ - -DCMAKE_C_FLAGS=-std=gnu99 \ -DENABLE_THREADING=ON \ -DENABLE_RDRAND=ON