Moved COMMANDLINE definitions.
This commit is contained in:
@@ -39,7 +39,3 @@ endif
|
|||||||
SYS_SHRLIB_LIBS += pthread rt
|
SYS_SHRLIB_LIBS += pthread rt
|
||||||
|
|
||||||
|
|
||||||
# Command-line input support
|
|
||||||
COMMANDLINE_LIBRARY = READLINE
|
|
||||||
LDLIBS_READLINE = -lreadline -lncurses
|
|
||||||
|
|
||||||
|
|||||||
@@ -12,3 +12,9 @@
|
|||||||
# and ldconfig run to inform the system of the shared libraries.
|
# and ldconfig run to inform the system of the shared libraries.
|
||||||
|
|
||||||
#SHARED_LIBRARIES=YES
|
#SHARED_LIBRARIES=YES
|
||||||
|
|
||||||
|
# If readline is installed uncomment the following lines
|
||||||
|
# to get command-line editing and history support
|
||||||
|
#COMMANDLINE_LIBRARY = READLINE
|
||||||
|
#LDLIBS_READLINE = -lreadline -lncurses
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user