]> git.pld-linux.org Git - packages/xchat-gnome.git/commitdiff
compile with -fcommon to fix build using gcc 10
authorJan Palus <atler@pld-linux.org>
Tue, 11 May 2021 17:26:27 +0000 (19:26 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 11 May 2021 17:26:27 +0000 (19:26 +0200)
xchat-gnome.spec

index 9560b332c947adce6aec22a328f2f5e87d5793fd..b3589f92293ba04e9630b3fe22b9e5d11e7c6f14 100644 (file)
@@ -96,6 +96,7 @@ Wtyczka dodająca do XChata możliwość uruchamiania skryptów w Pythonie.
 %{__autoheader}
 %{__automake}
 %configure \
+       CFLAGS="%{rpmcflags} -fcommon" \
        --enable-compile-warnings=minimum \
        --disable-static \
        --disable-tcl
This page took 0.170341 seconds and 4 git commands to generate.