Bump libdcp.
[libsub.git] / cscript
diff --git a/cscript b/cscript
index 76010458d3dad47507836f5df7efb3622929000a..c2c3b68978123c3d4ed97b631bc04b7f9e4de43a 100644 (file)
--- a/cscript
+++ b/cscript
@@ -1,7 +1,7 @@
 import os
 
 def dependencies(target):
-    return (('libdcp', 'de32e99'),)
+    return (('libdcp', 'bc2b4bb'),)
 
 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'