summaryrefslogtreecommitdiff
path: root/net/glusterfs/files/patch-libglusterfs_src_Makefile.am
diff options
context:
space:
mode:
authorTimur I. Bakeyev <timur@FreeBSD.org>2020-09-26 21:09:13 +0000
committerTimur I. Bakeyev <timur@FreeBSD.org>2020-09-26 21:09:13 +0000
commit93be2a4f8f0ccd7433e0ed30759a5f569cd30aad (patch)
treed49363764963fce8a491dc1ac11c3b104bf2ce38 /net/glusterfs/files/patch-libglusterfs_src_Makefile.am
parentupdate to 3.34.0 (diff)
An update to the net/glusterfs port:
- System call fixes backported from upstream - Adding missing scripts to the SHEBANG_FILES list - Correct a bug with extended attributes - Fix detection of the PACKAGE_VERSION and generation of the correct API version PR: 249492 Submitted by: maintainer Reported by: timur
Notes
Notes: svn path=/head/; revision=550225
Diffstat (limited to 'net/glusterfs/files/patch-libglusterfs_src_Makefile.am')
-rw-r--r--net/glusterfs/files/patch-libglusterfs_src_Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/glusterfs/files/patch-libglusterfs_src_Makefile.am b/net/glusterfs/files/patch-libglusterfs_src_Makefile.am
index c7eb733dbafe..6f0c52dfc98f 100644
--- a/net/glusterfs/files/patch-libglusterfs_src_Makefile.am
+++ b/net/glusterfs/files/patch-libglusterfs_src_Makefile.am
@@ -1,11 +1,12 @@
--- 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
+@@ -12,7 +12,8 @@ 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_LIBADD = $(ZLIB_LIBS) $(MATH_LIB) $(UUID_LIBS) $(LIB_DL) \
++ $(URCU_LIBS) $(URCU_CDS_LIBS)
libglusterfs_la_LDFLAGS = -version-info $(LIBGLUSTERFS_LT_VERSION) $(GF_LDFLAGS) \
-export-symbols $(top_srcdir)/libglusterfs/src/libglusterfs.sym