diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-04 15:07:24 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-04 15:47:23 +0100 |
| commit | 0dc110449ef91a651eec075ca201040c4ed5bb1f (patch) | |
| tree | 708f9a59218eaadf4c1817e83ef535209c527c44 /cscript | |
| parent | b8611be3c3c393b6f012ee65eb8a4e12958415a0 (diff) | |
Fix erroneous libxml++ dependency on Centos 7.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
