[arch-commits] Commit in xfce4-sensors-plugin/trunk (PKGBUILD)
Evangelos Foutras
foutrelis at archlinux.org
Tue May 19 10:08:43 UTC 2020
Date: Tuesday, May 19, 2020 @ 10:08:43
Author: foutrelis
Revision: 386626
Add -fcommon workaround for GCC 10
Modified:
xfce4-sensors-plugin/trunk/PKGBUILD
----------+
PKGBUILD | 2 ++
1 file changed, 2 insertions(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-19 10:08:42 UTC (rev 386625)
+++ PKGBUILD 2020-05-19 10:08:43 UTC (rev 386626)
@@ -19,6 +19,8 @@
build() {
cd "$srcdir/$pkgname-$pkgver"
+ CFLAGS+=' -fcommon' # https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
+
./configure \
--prefix=/usr \
--sysconfdir=/etc \
More information about the arch-commits
mailing list