1--- buildtools/wafsamba/wscript.orig	2019-02-26 06:44:21 UTC
2+++ buildtools/wafsamba/wscript
3@@ -82,10 +82,10 @@ def options(opt):
4
5     opt.add_option('--with-libiconv',
6                    help='additional directory to search for libiconv',
7-                   action='store', dest='iconv_open', default='/usr/local',
8+                   action='store', dest='iconv_open', default=None,
9                    match = ['Checking for library iconv', 'Checking for iconv_open', 'Checking for header iconv.h'])
10     opt.add_option('--without-gettext',
11-                   help=("Disable use of gettext"),
12+                   help=("disable use of gettext"),
13                    action="store_true", dest='disable_gettext', default=False)
14
15     gr = opt.option_group('developer options')
16