From <kaleb(a)redhat.com>:
kaleb(a)redhat.com has uploaded this change for review. (
https://review.gerrithub.io/411562
Change subject: build: add BuildRequires: wbclient-devel for MSPAC support
......................................................................
build: add BuildRequires: wbclient-devel for MSPAC support
While trying to build FSAL_CEPH and/or FSAL_RGW for nfs-ganesha-2.5.5 in
Fedora 27, discovered that WBCLIENT_LIBRARIES is not found by cmake, i.e.
missing MSPAC support and libwbclient-devel. (Unclear why this is only
found when building the Ceph FSALs; with those not enabled it builds fine.)
jlayton's recent fix to FindWBclient.cmake in change
Ie1ba82261e1728f300037127d3efd3f22a70ebfe
allows cmake to silently disable MSPAC when wbclient(-devel) is not
installed. But that patch hasn't been backported to 2.5-stable (yet).
Independent of that, adding the BuildRequires so that we do get the
MSPAC support.
Change-Id: I8fb5abb278bbddd0ee8f93924737891c485a527f
Signed-off-by: Kaleb S. KEITHLEY <kkeithle(a)redhat.com>
---
M src/nfs-ganesha.spec-in.cmake
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/62/411562/1
--
To view, visit
https://review.gerrithub.io/411562
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-MessageType: newchange
Gerrit-Change-Id: I8fb5abb278bbddd0ee8f93924737891c485a527f
Gerrit-Change-Number: 411562
Gerrit-PatchSet: 1
Gerrit-Owner: kaleb(a)redhat.com