workaround for bug in binutils > 2.23 (closes TICKET #965)
This commit is contained in:
parent
8a45c1d948
commit
7a9a378a4b
1 changed files with 1 additions and 0 deletions
|
|
@ -270,6 +270,7 @@ class LumieraExeBuilder(WrappedStandardExeBuilder):
|
|||
"""
|
||||
custEnv = lumiEnv.Clone()
|
||||
custEnv.Append( LINKFLAGS = "-Wl,-rpath=\\$$ORIGIN/modules,--enable-new-dtags" )
|
||||
custEnv.Append( LINKFLAGS = "-Wl,-rpath-link=target/modules" ) ### Workaround for bug in binutils > 2.23 /////TICKET #965
|
||||
if 'addLibs' in kw:
|
||||
custEnv.Append(LIBS = kw['addLibs'])
|
||||
return custEnv
|
||||
|
|
|
|||
Loading…
Reference in a new issue