summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/cscript b/cscript
index 65bead687..3d988ae4c 100644
--- a/cscript
+++ b/cscript
@@ -574,6 +574,8 @@ def configure_options(target, options, for_package=False):
opt += ' --static-boost --static-xmlpp'
elif target.version == '7':
opt += ' --workaround-gssapi'
+ elif target.version == 'stream9':
+ opt += ' --static-xmlsec'
if not options['gui']:
opt += ' --disable-gui'