From 0dc110449ef91a651eec075ca201040c4ed5bb1f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 4 Sep 2015 15:07:24 +0100 Subject: Fix erroneous libxml++ dependency on Centos 7. --- cscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cscript') diff --git a/cscript b/cscript index 5ed7e76c0..049c0a842 100644 --- a/cscript +++ b/cscript @@ -261,7 +261,7 @@ def configure_options(target): if target.version == '6.5': opt += ' --static-boost --static-xmlpp' elif target.version == '7': - opt += ' --workaround-gssapi' + opt += ' --workaround-gssapi --static-xmlpp' return opt -- cgit v1.2.3