From bdd4e7903e79ba1504da772366496e188e788ede Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Wed, 14 Sep 2022 23:17:06 +0200 Subject: [PATCH] - fix building with gcc 10.2 --- poldek.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poldek.spec b/poldek.spec index 332a487..338a1d8 100644 --- a/poldek.spec +++ b/poldek.spec @@ -237,7 +237,7 @@ cd ../trurlib %{__automake} cd .. -CPPFLAGS="%{rpmcppflags} -std=gnu99 -fgnu89-inline -D_GNU_SOURCE=1" +CPPFLAGS="%{rpmcppflags} -std=gnu99 -fgnu89-inline -D_GNU_SOURCE=1 -fcommon" %configure \ %{?with_static:--enable-static --disable-shared} \ %{!?with_imode:--disable-imode} \ -- 2.44.0