summaryrefslogtreecommitdiff
path: root/net/glusterfs/files/patch-libglusterfs_src_Makefile.am
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2020-08-10 03:28:07 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2020-08-10 03:28:07 +0000
commitff95778eebe9fa4619daf130c27157b28b01e4ec (patch)
treedc5ee602dd325885cd8c5084fd07b0cd1dca7d02 /net/glusterfs/files/patch-libglusterfs_src_Makefile.am
parentdevel/arduino-bsd-mk: Update to 1.4 (diff)
Fix build on i386
PR: 248552 Submitted by: Daniel Morante <daniel@morante.net> (maintainer)
Notes
Notes: svn path=/head/; revision=544584
Diffstat (limited to 'net/glusterfs/files/patch-libglusterfs_src_Makefile.am')
-rw-r--r--net/glusterfs/files/patch-libglusterfs_src_Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/glusterfs/files/patch-libglusterfs_src_Makefile.am b/net/glusterfs/files/patch-libglusterfs_src_Makefile.am
new file mode 100644
index 000000000000..c7eb733dbafe
--- /dev/null
+++ b/net/glusterfs/files/patch-libglusterfs_src_Makefile.am
@@ -0,0 +1,11 @@
+--- libglusterfs/src/Makefile.am.orig 2020-07-06 01:22:37 UTC
++++ libglusterfs/src/Makefile.am
+@@ -12,7 +12,7 @@ libglusterfs_la_CPPFLAGS = $(GF_CPPFLAGS) -D__USE_FILE
+ -DSBIN_DIR=\"$(sbindir)\" -I$(CONTRIBDIR)/timer-wheel \
+ -I$(CONTRIBDIR)/xxhash
+
+-libglusterfs_la_LIBADD = $(ZLIB_LIBS) $(MATH_LIB) $(UUID_LIBS)
++libglusterfs_la_LIBADD = $(ZLIB_LIBS) $(MATH_LIB) $(UUID_LIBS) $(URCU_LIBS)
+ libglusterfs_la_LDFLAGS = -version-info $(LIBGLUSTERFS_LT_VERSION) $(GF_LDFLAGS) \
+ -export-symbols $(top_srcdir)/libglusterfs/src/libglusterfs.sym
+