build: drop --with-libcephfs=<path> support
authorDavid Disseldorp <ddiss@samba.org>
Tue, 18 Jun 2019 12:35:02 +0000 (14:35 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 2 Sep 2019 02:25:29 +0000 (02:25 +0000)
commitdfa4dcf386febdf1b77ba963f11bcc2a44f8a738
treedc3bb8a29f733d0eb11daa5516d9d545ccfe94b7
parentb76bf7afd07924e65cccbee7614b462312d4437c
build: drop --with-libcephfs=<path> support

--with-libcephfs=<path> provides a mechanism for explicitly specifying
header and library paths for Ceph. This adds unnecessary complexity and
can be achieved using generic compiler environment variables (e.g.
GCC LIBRARY_PATH and C_INCLUDE_PATH), so drop --with-libcephfs support.

Signed-off-by: David Disseldorp <ddiss@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
ctdb/wscript
source3/wscript