mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:00:38 +01:00
Misc.
This commit is contained in:
parent
3d47c2224c
commit
bb6e08c7d1
@ -134,7 +134,7 @@ CAS_OPTIONS=@CAS_OPTIONS@
|
||||
# multiple-precision integer library
|
||||
MATHLIB=@MATHLIB@
|
||||
DECLIB=-ldecFloat$(CROSS)
|
||||
RE2CLIB=-lre2
|
||||
RE2LIB=-lre2
|
||||
|
||||
# crypt library
|
||||
CRYPTLIB=@CRYPTLIB@
|
||||
@ -183,8 +183,8 @@ STATICLIB_LINK = $(AR) crus
|
||||
EXE_LINK = $(CXX) $(GLOB_OPTIONS) $(CXXFLAGS)
|
||||
STATICEXE_LINK = $(CXX) $(GLOB_OPTIONS) $(CXXFLAGS)
|
||||
|
||||
LINK_LIBS = @LIBS@ $(DECLIB) $(RE2CLIB)
|
||||
SO_LINK_LIBS = @LIBS@ $(DECLIB) $(RE2CLIB)
|
||||
LINK_LIBS = @LIBS@ $(DECLIB) $(RE2LIB)
|
||||
SO_LINK_LIBS = @LIBS@ $(DECLIB) $(RE2LIB)
|
||||
|
||||
# Default extensions
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user