summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
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)