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