From 752c82246c2fdbe8c24e3c5eacc272792ec5f973 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:44 +0200 Subject: [PATCH] slurm-wlm: needs -fcommon for gcc10 [ci skip] --- srcpkgs/slurm-wlm/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/slurm-wlm/template b/srcpkgs/slurm-wlm/template index efa2aa3064c..9753cabe79f 100644 --- a/srcpkgs/slurm-wlm/template +++ b/srcpkgs/slurm-wlm/template @@ -18,6 +18,8 @@ homepage="http://slurm.schedmd.com/slurm.html" distfiles="https://github.com/SchedMD/slurm/archive/slurm-${_distver}.tar.gz" checksum=e53e67bd0bb4c37a9c481998764a746467a96bc41d6527569080514f36452c07 +CFLAGS="-fcommon" + if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then # configure: error: 32-bit support is deprecated, and not tested # regularly. Use at your own risk.