popt: popt 1.16 needs -liconv
authorVolker Lendecke <vl@samba.org>
Wed, 25 Jul 2018 13:48:01 +0000 (15:48 +0200)
committerJeremy Allison <jra@samba.org>
Thu, 26 Jul 2018 20:44:25 +0000 (22:44 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
third_party/popt/wscript

index eae8602ea6cc946af0010d173e69ce83ee29e05f..135bae83043941fa804c9ccb7b9a52993274bff3 100644 (file)
@@ -17,5 +17,6 @@ def build(bld):
     bld.SAMBA_LIBRARY('popt',
                       source='popt.c poptconfig.c popthelp.c poptint.c poptparse.c',
                       cflags=cflags,
+                      deps='iconv',
                       allow_warnings=True,
                       private_library=True)