pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Update glusterfs to build with liburing on Linux.
Module Name: pkgsrc-wip
Committed By: Alexander Schreiber <als%thangorodrim.de@localhost>
Pushed By: als
Date: Mon Apr 10 16:19:12 2023 +0000
Changeset: 6808bed6666ec18927ad495239e90419d1ac9601
Modified Files:
glusterfs/Makefile
glusterfs/PLIST.Linux
Log Message:
Update glusterfs to build with liburing on Linux.
On Linux, glusterfs automatically wants to build with liburing,
this works now.
Signed-off-by: Alexander Schreiber <als%thangorodrim.de@localhost>
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6808bed6666ec18927ad495239e90419d1ac9601
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
glusterfs/Makefile | 2 +-
glusterfs/PLIST.Linux | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diffs:
diff --git a/glusterfs/Makefile b/glusterfs/Makefile
index 12c6128cd8..fa5f16fe1d 100644
--- a/glusterfs/Makefile
+++ b/glusterfs/Makefile
@@ -165,7 +165,7 @@ post-install:
BUILDLINK_API_DEPENDS.userspace-rcu+= userspace-rcu>=0.12.1
.include "../../devel/userspace-rcu/buildlink3.mk"
.if ${OPSYS} == "Linux"
-CONFIGURE_ARGS+= --disable-linux-io_uring
+.include "../../devel/liburing/buildlink3.mk"
.include "../../devel/acl/buildlink3.mk"
.endif
.include "../../lang/python/application.mk"
diff --git a/glusterfs/PLIST.Linux b/glusterfs/PLIST.Linux
index 10b16388dc..f59d939f91 100644
--- a/glusterfs/PLIST.Linux
+++ b/glusterfs/PLIST.Linux
@@ -1,4 +1,5 @@
@comment $NetBSD$
+include/glusterfs/gf-io-uring.h
lib/glusterfs/10.3/cloudsync-plugins/cloudsynccvlt.a
lib/glusterfs/10.3/cloudsync-plugins/cloudsynccvlt.la
lib/glusterfs/10.3/cloudsync-plugins/cloudsynccvlt.so
Home |
Main Index |
Thread Index |
Old Index