yet another build fix
authorRobin Gareus <robin@gareus.org>
Thu, 13 Nov 2014 00:02:09 +0000 (01:02 +0100)
committerRobin Gareus <robin@gareus.org>
Thu, 13 Nov 2014 00:02:09 +0000 (01:02 +0100)
on x86_64 weak_libjack.c needs -fPIC which needs cflags which need 'c' :)

libs/backends/jack/wscript

index 033024c7105de0cc72aa19a6fd011654d9910b9a..5cf7e91f0261a526ba35629acc3bb0bdfac62718 100644 (file)
@@ -44,7 +44,7 @@ def configure(conf):
 
 
 def build(bld):
-    obj = bld(features = 'cxx cxxshlib')
+    obj = bld(features = 'c cxx cxxshlib')
     obj.source = [ 
             'jack_api.cc',
             'jack_connection.cc',