Fix erroneous libxml++ dependency on Centos 7.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index 59b3d7d482ed3fb9c520087cd6a3f0460a323352..049c0a842c8d0dd9e2be501fe19dd98f48c29aa7 100644 (file)
--- a/cscript
+++ b/cscript
@@ -244,7 +244,7 @@ def dependencies(target):
     else:
         ffmpeg_options = {}
 
-    return (('ffmpeg-cdist', 'fd7b71b', ffmpeg_options),
+    return (('ffmpeg-cdist', 'b11c05f', ffmpeg_options),
             ('libdcp', 'v1.2.3'),
             ('libsub', 'v1.1.4'))
 
@@ -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