* [gentoo-commits] repo/gentoo:master commit in: sys-fabric/ibacm/files/
@ 2021-05-16 19:35 Sam James
0 siblings, 0 replies; only message in thread
From: Sam James @ 2021-05-16 19:35 UTC (permalink / raw
To: gentoo-commits
commit: b9357baeb944afaef133823b60afea51be058afb
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 16 19:25:22 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 16 19:35:01 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9357bae
sys-fabric/ibacm: fix pthread linkage
Closes: https://bugs.gentoo.org/611778
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../files/ibacm-1.0.8-fix-pthread-linkage.patch | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/sys-fabric/ibacm/files/ibacm-1.0.8-fix-pthread-linkage.patch b/sys-fabric/ibacm/files/ibacm-1.0.8-fix-pthread-linkage.patch
new file mode 100644
index 00000000000..8a9e5b5f03e
--- /dev/null
+++ b/sys-fabric/ibacm/files/ibacm-1.0.8-fix-pthread-linkage.patch
@@ -0,0 +1,20 @@
+https://github.com/ofiwg/ibacm/commit/7a781f6d554532995181b9efbe445599b25c271a.patch
+https://bugs.gentoo.org/611778
+
+--- a/Makefile.am
++++ b/Makefile.am
+@@ -1,12 +1,13 @@
+ AM_CPPFLAGS = -I$(srcdir)/include -I$(srcdir)/linux
+
+ AM_CFLAGS = -g -Wall -D_GNU_SOURCE -DSYSCONFDIR=\"$(sysconfdir)\" -DBINDIR=\"$(bindir)\" -DRDMADIR=\"@rdmadir@\"
+-
++AM_LDFLAGS = -lpthread -ldl
+ bin_PROGRAMS = util/ib_acme
+ sbin_PROGRAMS = svc/ibacm
+ svc_ibacm_SOURCES = src/acm.c
+ util_ib_acme_SOURCES = src/acme.c linux/acme_linux.c src/libacm.c linux/libacm_linux.c src/parse.c
+ svc_ibacm_CFLAGS = $(AM_CFLAGS)
++svc_ibacm_LDFLAGS = -rdynamic $(AM_LDFLAGS)
+ util_ib_acme_CFLAGS = $(AM_CFLAGS)
+
+ ibacmincludedir = $(includedir)/infiniband
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-05-16 19:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-16 19:35 [gentoo-commits] repo/gentoo:master commit in: sys-fabric/ibacm/files/ Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox