summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2018-07-25 15:48:01 +0200
committerJeremy Allison <jra@samba.org>2018-07-26 22:44:25 +0200
commita3b42db982651c235fb9b9c2e01d384fa2f7b13e (patch)
tree99e14a528e6958a4f49c4372aacad9e73073f899 /third_party
parentfa9e6a50da49bcab1da7533c72cee0687b4bb048 (diff)
downloadsamba-a3b42db982651c235fb9b9c2e01d384fa2f7b13e.tar.gz
popt: popt 1.16 needs -liconv
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'third_party')
-rw-r--r--third_party/popt/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/popt/wscript b/third_party/popt/wscript
index eae8602ea6c..135bae83043 100644
--- a/third_party/popt/wscript
+++ b/third_party/popt/wscript
@@ -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)