mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-02-02 10:40:38 +01:00
Support use of system libedit
This commit is contained in:
parent
dd969d1b17
commit
fa154ca832
@ -267,8 +267,8 @@ ifeq ($(EDITLINE_FLG),Y)
|
|||||||
LIBEDITLINE := -l$(READLINE)
|
LIBEDITLINE := -l$(READLINE)
|
||||||
else
|
else
|
||||||
LIBEDITLINE := $(LIB)/libedit.a
|
LIBEDITLINE := $(LIB)/libedit.a
|
||||||
|
TERMLIB := -l@TERMLIB@
|
||||||
endif
|
endif
|
||||||
TERMLIB := -l@TERMLIB@
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Shared library name for usage inside of the UDF
|
# Shared library name for usage inside of the UDF
|
||||||
|
Loading…
Reference in New Issue
Block a user