Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] slurm-wlm: use lazy bind (fix plugin loading)
@ 2020-09-27 13:34 st3r4g
  2020-09-27 14:34 ` [PR REVIEW] " ericonr
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: st3r4g @ 2020-09-27 13:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 380 bytes --]

There is a new pull request by st3r4g against master on the void-packages repository

https://github.com/st3r4g/void-packages slurm-wlm-fix-lazy
https://github.com/void-linux/void-packages/pull/25130

slurm-wlm: use lazy bind (fix plugin loading)
fixes #25123
ping maintainer @Vaelatern 

A patch file from https://github.com/void-linux/void-packages/pull/25130.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-slurm-wlm-fix-lazy-25130.patch --]
[-- Type: text/x-diff, Size: 1008 bytes --]

From d4cda686c2439aa63bbdc763de0e559336f78ff8 Mon Sep 17 00:00:00 2001
From: Stefano Ragni <st3r4g@protonmail.com>
Date: Sun, 27 Sep 2020 15:31:23 +0200
Subject: [PATCH] slurm-wlm: use lazy bind (fix plugin loading)

---
 srcpkgs/slurm-wlm/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/slurm-wlm/template b/srcpkgs/slurm-wlm/template
index 9753cabe79f..fb730fbce51 100644
--- a/srcpkgs/slurm-wlm/template
+++ b/srcpkgs/slurm-wlm/template
@@ -1,7 +1,7 @@
 # Template file for 'slurm-wlm'
 pkgname=slurm-wlm
 version=19.05.5.1
-revision=2
+revision=3
 _distver="${version//./-}"
 wrksrc="slurm-slurm-${_distver}"
 build_style=gnu-configure
@@ -19,6 +19,7 @@ distfiles="https://github.com/SchedMD/slurm/archive/slurm-${_distver}.tar.gz"
 checksum=e53e67bd0bb4c37a9c481998764a746467a96bc41d6527569080514f36452c07
 
 CFLAGS="-fcommon"
+LDFLAGS="-Wl,-z,lazy"
 
 if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
 	# configure: error: 32-bit support is deprecated, and not tested

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-09-29  0:42 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-27 13:34 [PR PATCH] slurm-wlm: use lazy bind (fix plugin loading) st3r4g
2020-09-27 14:34 ` [PR REVIEW] " ericonr
2020-09-27 14:43 ` st3r4g
2020-09-27 14:46 ` [PR PATCH] [Updated] " st3r4g
2020-09-27 16:33 ` ericonr
2020-09-27 16:33 ` ericonr
2020-09-27 16:49 ` Vaelatern
2020-09-27 19:40 ` [PR PATCH] [Updated] " st3r4g
2020-09-27 19:48 ` st3r4g
2020-09-27 20:24 ` ericonr
2020-09-29  0:42 ` [PR PATCH] [Merged]: " Vaelatern

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).