]> git.pld-linux.org Git - packages/libayatana-appindicator.git/commitdiff
fix build with gcc 10
authorJan Palus <atler@pld-linux.org>
Wed, 21 Oct 2020 16:31:43 +0000 (18:31 +0200)
committerJan Palus <atler@pld-linux.org>
Wed, 21 Oct 2020 16:31:43 +0000 (18:31 +0200)
libappindicator.spec

index 1a0bd4b5375a23a70861104e076e1d28634f3d7d..2460b4b543838dda3b05f781e0359ea435061d56 100644 (file)
@@ -281,6 +281,7 @@ Dokumentacja API biblioteki libappindicator (zarówno w wersji GTK+
 %{__autoheader}
 %{__automake}
 
+export CFLAGS="%{rpmcflags} -fcommon"
 for gtkver in %{?with_gtk2:2} %{?with_gtk3:3}; do
 install -d build-gtk$gtkver
 cd build-gtk$gtkver
This page took 0.156263 seconds and 4 git commands to generate.