mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:00:38 +01:00
After usage of is_lock_free, Linux debug (at least with clang) build started failing.
This commit is contained in:
parent
18edaa66e7
commit
980432a12a
@ -138,6 +138,8 @@ DECLIB=-ldecFloat$(CROSS)
|
||||
# crypt library
|
||||
CRYPTLIB=@CRYPTLIB@
|
||||
|
||||
ATOMICLIB=-latomic
|
||||
|
||||
LSB_FLG=@LSB_FLG@
|
||||
ifeq ($(LSB_FLG), Y)
|
||||
LSB_UNDEF=-Wl,--allow-shlib-undefined
|
||||
@ -182,8 +184,8 @@ STATICLIB_LINK = $(AR) crus
|
||||
EXE_LINK = $(CXX) $(GLOB_OPTIONS) $(CXXFLAGS)
|
||||
STATICEXE_LINK = $(CXX) $(GLOB_OPTIONS) $(CXXFLAGS)
|
||||
|
||||
LINK_LIBS = @LIBS@ $(DECLIB)
|
||||
SO_LINK_LIBS = @LIBS@ $(DECLIB)
|
||||
LINK_LIBS = @LIBS@ $(DECLIB) $(ATOMICLIB)
|
||||
SO_LINK_LIBS = @LIBS@ $(DECLIB) $(ATOMICLIB)
|
||||
|
||||
# Default extensions
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user