summaryrefslogtreecommitdiff
path: root/filesystems/glusterfs
diff options
context:
space:
mode:
authorjoerg <joerg>2015-06-08 13:40:08 +0000
committerjoerg <joerg>2015-06-08 13:40:08 +0000
commitd25ef8d5a1551d296e9eef285735dea39c2348cc (patch)
tree61e1845287f08836e9aacd4876525ecc2f1c6fbb /filesystems/glusterfs
parent2b3dffe4e9d3bf771bd8266991356f3b4a871655 (diff)
downloadpkgsrc-d25ef8d5a1551d296e9eef285735dea39c2348cc.tar.gz
Reapply fix for broken build system after defuzzing.
Diffstat (limited to 'filesystems/glusterfs')
-rw-r--r--filesystems/glusterfs/distinfo3
-rw-r--r--filesystems/glusterfs/patches/patch-xlators_mgmt_glusterd_src_Makefile.in13
2 files changed, 15 insertions, 1 deletions
diff --git a/filesystems/glusterfs/distinfo b/filesystems/glusterfs/distinfo
index 1edb1f86a0e..fac452717b4 100644
--- a/filesystems/glusterfs/distinfo
+++ b/filesystems/glusterfs/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.38 2015/06/02 03:44:16 manu Exp $
+$NetBSD: distinfo,v 1.39 2015/06/08 13:40:08 joerg Exp $
SHA1 (glusterfs-3.7.1.tar.gz) = 02e99a642e659b9c4232d12bff849d360a89c6fd
RMD160 (glusterfs-3.7.1.tar.gz) = 0e33e3ac9b3eb110bbe1e3d1b6348103c2bc5704
Size (glusterfs-3.7.1.tar.gz) = 7191402 bytes
SHA1 (patch-10963) = ce20da94602b6ad4fcc8d63a3d125d5f72ad78f7
+SHA1 (patch-xlators_mgmt_glusterd_src_Makefile.in) = 188eab283bd7433c86e7767e594ba8fb97645e23
diff --git a/filesystems/glusterfs/patches/patch-xlators_mgmt_glusterd_src_Makefile.in b/filesystems/glusterfs/patches/patch-xlators_mgmt_glusterd_src_Makefile.in
new file mode 100644
index 00000000000..d0b11d9d341
--- /dev/null
+++ b/filesystems/glusterfs/patches/patch-xlators_mgmt_glusterd_src_Makefile.in
@@ -0,0 +1,13 @@
+$NetBSD: patch-xlators_mgmt_glusterd_src_Makefile.in,v 1.4 2015/06/08 13:40:08 joerg Exp $
+
+--- xlators/mgmt/glusterd/src/Makefile.in.orig 2015-06-08 13:01:09.000000000 +0000
++++ xlators/mgmt/glusterd/src/Makefile.in
+@@ -409,7 +409,7 @@ noinst_HEADERS = glusterd.h glusterd-uti
+ glusterd-server-quorum.h glusterd-errno.h
+
+ AM_CPPFLAGS = $(GF_CPPFLAGS) -I$(top_srcdir)/libglusterfs/src \
+- -I$(rpclibdir) -I$(CONTRIBDIR)/rbtree \
++ -I$(CONTRIBDIR)/rbtree \
+ -I$(top_srcdir)/rpc/xdr/src -I$(top_srcdir)/rpc/rpc-lib/src \
+ -I$(CONTRIBDIR)/mount \
+ -I$(CONTRIBDIR)/userspace-rcu \