From 18a0b6d152f94aa15dd8a12dfcdba1025dcb05a5 Mon Sep 17 00:00:00 2001 From: Mahno Date: Mon, 24 Feb 2025 12:39:07 +0800 Subject: [PATCH] try fix build issues --- gettext-runtime.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gettext-runtime.spec b/gettext-runtime.spec index e48583d..a0fb3c7 100644 --- a/gettext-runtime.spec +++ b/gettext-runtime.spec @@ -179,7 +179,7 @@ This package provides headers and static libraries for libtextstyle %define _lto_cflags %{nil} # expect a couple "You should update your `aclocal.m4' by running aclocal." autoreconf -fiv -export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint" +export CFLAGS="%{optflags} -pipe -W -Wall -Dgcc_is_lint -Wno-error=format-security" export CXXFLAGS="$CFLAGS -Dgcc_is_lint" export LDFLAGS="-lm" %configure --disable-static $OPTS