Added definitions for READLINE library.
This commit is contained in:
@@ -40,3 +40,13 @@ endif
|
||||
OP_SYS_LDLIBS += -lsocket -lnsl
|
||||
OP_SYS_LDLIBS_8 += -lCrun -lc -lCstd
|
||||
OP_SYS_LDLIBS += $(OP_SYS_LDLIBS_$(SOLARIS_VERSION))
|
||||
|
||||
# Definitions used when COMMANDLINE_LIBRARY is READLINE
|
||||
GNU_DIR = /opt/gnu
|
||||
INCLUDES_READLINE = -I$(GNU_DIR)/include
|
||||
LDFLAGS_READLINE += -R$(GNU_DIR)/lib
|
||||
LDFLAGS_READLINE += -L$(GNU_DIR)/lib
|
||||
# There is a problem with the readline shared library
|
||||
#LDLIBS_READLINE = -lreadline -lcurses
|
||||
LDLIBS_READLINE += -Bstatic -lreadline -Bdynamic -lcurses
|
||||
|
||||
|
||||
Reference in New Issue
Block a user