Bump libdcp.
[libsub.git] / cscript
diff --git a/cscript b/cscript
index 012ede7b7c32ba095aad5adca8ea1ea1d8d14f59..381300d083963c28c7601d388f3ffac3bc029e2c 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
 import os
 
 def dependencies(target):
-    return (('libdcp', '6dc0cdb'),)
+    return (('libdcp', '689d563'),)
 
 def build(target, options):
     cmd = './waf configure --prefix=%s' % target.directory
@@ -9,7 +9,7 @@ def build(target, options):
         cmd += ' --static'
         if target.distro == 'centos':
             cmd += ' --disable-tests'
-        if target.distro == 'debian' and target.version == 'unstable':
+        if (target.distro == 'debian' and target.version == 'unstable' or target.distro == 'fedora' and target.version == '23'):
             target.append_with_space('CXXFLAGS', '-std=c++11')
     if target.debug:
         cmd += ' --enable-debug'