mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
COMP: Fedore13 has linkage with --no-add-needed as default. This disallows indirectly loaded libraries.
This commit is contained in:
@ -18,4 +18,4 @@ cpptoo = $(Ctoo)
|
||||
LINK_LIBS = $(c++DBUG)
|
||||
|
||||
LINKLIBSO = $(CC) $(c++FLAGS) -shared
|
||||
LINKEXE = $(CC) $(c++FLAGS)
|
||||
LINKEXE = $(CC) $(c++FLAGS) -Xlinker --add-needed
|
||||
|
||||
Reference in New Issue
Block a user