From 8172545b5b711e2efe82cdb9d5e530844d017b85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 4 Sep 2019 10:46:14 +0200 Subject: [PATCH] Set -Wno-error for the GTK2 build to avoid a build failure --- libappindicator.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libappindicator.spec b/libappindicator.spec index 4f5076f..1616129 100644 --- a/libappindicator.spec +++ b/libappindicator.spec @@ -122,7 +122,7 @@ autoreconf -vif mkdir build-gtk2 build-gtk3 pushd build-gtk2 -export CFLAGS="%{optflags} $CFLAGS -Wno-deprecated-declarations" +export CFLAGS="%{optflags} $CFLAGS -Wno-deprecated-declarations -Wno-error" %configure --with-gtk=2 --enable-gtk-doc --disable-static # Parallel make, crash the build make -j1 V=1