svn commit: r557295 - in head/sysutils/slurm-wlm: . files
Jason W. Bacon
jwb at FreeBSD.org
Tue Dec 8 16:21:16 UTC 2020
Author: jwb
Date: Tue Dec 8 16:21:16 2020
New Revision: 557295
URL: https://svnweb.freebsd.org/changeset/ports/557295
Log:
sysutils/slurm-wlm: Back out -fno-common patches, add -fcommon flag
Fixes runtime regression caused by r546150
Reported by: jrm
MFH: 2020Q4
Deleted:
head/sysutils/slurm-wlm/files/patch-src_plugins_select_cons__tres_job__test.c
head/sysutils/slurm-wlm/files/patch-src_scancel_scancel.c
head/sysutils/slurm-wlm/files/patch-src_scancel_scancel.h
Modified:
head/sysutils/slurm-wlm/Makefile
Modified: head/sysutils/slurm-wlm/Makefile
==============================================================================
--- head/sysutils/slurm-wlm/Makefile Tue Dec 8 16:16:38 2020 (r557294)
+++ head/sysutils/slurm-wlm/Makefile Tue Dec 8 16:21:16 2020 (r557295)
@@ -2,7 +2,7 @@
PORTNAME= slurm
DISTVERSION= 20.02.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= sysutils python
MASTER_SITES= https://download.schedmd.com/slurm/
PKGNAMESUFFIX= -wlm
@@ -82,8 +82,8 @@ RRD_CONFIGURE_WITH= rrdtool
CONFIGURE_ARGS= --without-ofed
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${DISTVERSION}
-CFLAGS+= -I${WRKSRC}/slurm -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib -lsysinfo -lprocstat
+CFLAGS+= -I${WRKSRC}/slurm -I${LOCALBASE}/include -fcommon
+LDFLAGS+= -L${LOCALBASE}/lib -lsysinfo -lprocstat -fcommon
# Hack around nonfunctional --disable-gtktest flag
pre-configure-GUI-off:
More information about the svn-ports-head
mailing list