Fix erroneous libxml++ dependency on Centos 7.
[dcpomatic.git] / cscript
diff --git a/cscript b/cscript
index 3824603ec0826809a310ea55e11cc21d523673e4..049c0a842c8d0dd9e2be501fe19dd98f48c29aa7 100644 (file)
--- a/cscript
+++ b/cscript
@@ -243,8 +243,8 @@ def dependencies(target):
         ffmpeg_options = { 'shared': False }
     else:
         ffmpeg_options = {}
-    
-    return (('ffmpeg-cdist', '2e977e1', 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