fix JACK metadata configure check.
Trying to explicitly specify linkflags is (a) not portable (b) doesn't honor order-sensitive linkers
This commit is contained in:
parent
33d05fd7e8
commit
52a58f1ad2
@ -44,7 +44,7 @@ def configure(conf):
|
|||||||
okmsg = 'ok',
|
okmsg = 'ok',
|
||||||
errmsg = 'not found (or broken). JACK metadata API will not be used',
|
errmsg = 'not found (or broken). JACK metadata API will not be used',
|
||||||
define_name = 'HAVE_JACK_METADATA',
|
define_name = 'HAVE_JACK_METADATA',
|
||||||
linkflags=['-ljack'])
|
uselib = 'JACK')
|
||||||
|
|
||||||
def build(bld):
|
def build(bld):
|
||||||
obj = bld(features = 'c cxx cxxshlib')
|
obj = bld(features = 'c cxx cxxshlib')
|
||||||
|
Loading…
Reference in New Issue
Block a user