diff options
author | Timur I. Bakeyev <timur@FreeBSD.org> | 2018-02-20 23:17:49 +0000 |
---|---|---|
committer | Timur I. Bakeyev <timur@FreeBSD.org> | 2018-02-20 23:17:49 +0000 |
commit | f8a1071d968bbfc7993ae758df93f6a326ef77d6 (patch) | |
tree | 2fabf740e561c19f0117481a1e3f78a32d90d928 /databases/tdb/files/patch-buildtools__wafsamba__wscript | |
parent | Fix RANDOMIZE_MASTER_SITES. (diff) |
Update supplimentary Samba libs to the latest versions.
Sponsored by: iXsystems Inc.
Notes
Notes:
svn path=/head/; revision=462465
Diffstat (limited to 'databases/tdb/files/patch-buildtools__wafsamba__wscript')
-rw-r--r-- | databases/tdb/files/patch-buildtools__wafsamba__wscript | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/tdb/files/patch-buildtools__wafsamba__wscript b/databases/tdb/files/patch-buildtools__wafsamba__wscript new file mode 100644 index 000000000000..9399a316c14e --- /dev/null +++ b/databases/tdb/files/patch-buildtools__wafsamba__wscript @@ -0,0 +1,15 @@ +--- buildtools/wafsamba/wscript.orig 2017-04-28 11:57:26 UTC ++++ buildtools/wafsamba/wscript +@@ -76,10 +76,10 @@ def set_options(opt): + + opt.add_option('--with-libiconv', + help='additional directory to search for libiconv', +- action='store', dest='iconv_open', default='/usr/local', ++ action='store', dest='iconv_open', default=None, + match = ['Checking for library iconv', 'Checking for iconv_open', 'Checking for header iconv.h']) + opt.add_option('--without-gettext', +- help=("Disable use of gettext"), ++ help=("disable use of gettext"), + action="store_true", dest='disable_gettext', default=False) + + gr = opt.option_group('developer options') |