From: Andrew Bartlett Date: Tue, 28 Jun 2016 22:35:16 +0000 (+1200) Subject: build: Add hints on what libraries to install for gpgme support on failure X-Git-Tag: tdb-1.3.10~181 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=281b73f124dce47cb17b2e83b880fbba17daca5b;p=thirdparty%2Fsamba.git build: Add hints on what libraries to install for gpgme support on failure Signed-off-by: Andrew Bartlett Reviewed-by: Stefan Metzmacher Reviewed-by: Alexander Bokovoy Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Fri Jul 22 19:51:09 CEST 2016 on sn-devel-144 --- diff --git a/source4/dsdb/samdb/ldb_modules/wscript b/source4/dsdb/samdb/ldb_modules/wscript index 65f36ac15b4..47fde74a2ab 100644 --- a/source4/dsdb/samdb/ldb_modules/wscript +++ b/source4/dsdb/samdb/ldb_modules/wscript @@ -27,6 +27,6 @@ def configure(conf): if not conf.CONFIG_SET('ENABLE_GPGME'): if Options.options.with_gpgme == True: - conf.fatal('GPGME support requested, but no suitable GPGME library found') + conf.fatal('GPGME support requested, but no suitable GPGME library found, eg libgpgme11-dev and python-gpgme') else: Logs.warn('no suitable GPGME library found')