>From Ken Dreyer <kdre...@redhat.com>:
Ken Dreyer has uploaded a new change for review. (
https://review.gerrithub.io/346082
Change subject: RGW: handle LIBRGW_FILE_VER_EXTRA in FindRGW.cmake
......................................................................
RGW: handle LIBRGW_FILE_VER_EXTRA in FindRGW.cmake
Prior to this change, we were not parsing this value from the librgw
header file, so CMake could only ever discover the "MAJOR.MINOR" version
number from rgw_file.h.
Commit c4b3d73ad25fcad2aeec7df580fdc32513dcebaa introduced a dependency
on the non-zero value of Ceph's LIBRGW_FILE_VER_EXTRA ("1.1.1")
This "1.1.1" requirement is greater than the MAJOR.MINOR number we
parsed ("1.1"), so we would effectively always fail to build with newer
librgw versions.
Parse LIBRGW_FILE_VER_EXTRA in our CMake code so we can do a proper
version comparison.
Change-Id: I40c1c87e9a240c1f581829d909cf7d1943b33f03
Signed-off-by: Ken Dreyer <kdre...@redhat.com>
---
M src/cmake/modules/FindRGW.cmake
1 file changed, 7 insertions(+), 2 deletions(-)
git pull ssh://review.gerrithub.io:29419/ffilz/nfs-ganesha
refs/changes/82/346082/1
--
To view, visit https://review.gerrithub.io/346082
To unsubscribe, visit https://review.gerrithub.io/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I40c1c87e9a240c1f581829d909cf7d1943b33f03
Gerrit-Change-Number: 346082
Gerrit-PatchSet: 1
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Owner: Ken Dreyer <kdre...@redhat.com>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel