summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorJoe Slater <joe.slater@windriver.com>2018-05-23 10:50:44 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-05-24 16:08:35 -0400
commita1050805598d663e1ae0cf562a72109e77ecfc5c (patch)
tree5eba69f7c3dce2db0bc038a727cdbc13d18a7c2b /recipes-extended
parenta16956be01e7f6a4efe52e370cd122f53e054a8c (diff)
downloadmeta-cloud-services-a1050805598d663e1ae0cf562a72109e77ecfc5c.tar.gz
glusterfs: build with libtirpc
rpc is not part of glibc 2.27. Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/glusterfs/glusterfs.inc7
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes-extended/glusterfs/glusterfs.inc b/recipes-extended/glusterfs/glusterfs.inc
index 0556e2a..02c8a6a 100644
--- a/recipes-extended/glusterfs/glusterfs.inc
+++ b/recipes-extended/glusterfs/glusterfs.inc
@@ -29,9 +29,14 @@ LIC_FILES_CHKSUM = "file://COPYING-GPLV2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
29 29
30inherit autotools pkgconfig distutils-base update-rc.d systemd 30inherit autotools pkgconfig distutils-base update-rc.d systemd
31 31
32DEPENDS += "bison-native flex-native python-native fuse libaio libxml2 ncurses \ 32DEPENDS += "bison-native flex-native python-native fuse libaio libtirpc libxml2 ncurses \
33 openssl python readline zlib liburcu util-linux glib-2.0 acl" 33 openssl python readline zlib liburcu util-linux glib-2.0 acl"
34 34
35# rpc now comes from libtirpc instead of glibc
36#
37CFLAGS += "-I${STAGING_INCDIR}/tirpc"
38LDFLAGS += " -ltirpc"
39
35EXTRA_OECONF = "ac_cv_file__etc_debian_version=no \ 40EXTRA_OECONF = "ac_cv_file__etc_debian_version=no \
36 ac_cv_file__etc_SuSE_release=no \ 41 ac_cv_file__etc_SuSE_release=no \
37 ac_cv_file__etc_redhat_release=no \ 42 ac_cv_file__etc_redhat_release=no \