Fix erroneous libxml++ dependency on Centos 7.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index 5ed7e76c04666026e8933bc4351674fd412dff6f..049c0a842c8d0dd9e2be501fe19dd98f48c29aa7 100644 (file)
--- 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