From 7f89ccdfba644e7865ed9af737ccc2d144e01aae Mon Sep 17 00:00:00 2001 From: zimoch Date: Thu, 24 Nov 2011 13:00:24 +0000 Subject: [PATCH] need to specify readline --- configure/os/CONFIG.Common.SL6-x86 | 2 ++ configure/os/CONFIG.Common.SL6-x86_64 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/configure/os/CONFIG.Common.SL6-x86 b/configure/os/CONFIG.Common.SL6-x86 index ade4001c5..a3e3cee77 100644 --- a/configure/os/CONFIG.Common.SL6-x86 +++ b/configure/os/CONFIG.Common.SL6-x86 @@ -1,6 +1,8 @@ # Include definitions common to linux pentium targets include $(CONFIG)/os/CONFIG.Common.linux-x86 +COMMANDLINE_LIBRARY = READLINE + OPT_CFLAGS += -g OPT_CXXFLAGS += -g diff --git a/configure/os/CONFIG.Common.SL6-x86_64 b/configure/os/CONFIG.Common.SL6-x86_64 index e4e2dc386..f47c13320 100644 --- a/configure/os/CONFIG.Common.SL6-x86_64 +++ b/configure/os/CONFIG.Common.SL6-x86_64 @@ -1,6 +1,8 @@ # Include definitions common to linux pentium targets include $(CONFIG)/os/CONFIG.Common.linux-x86_64 +COMMANDLINE_LIBRARY = READLINE + OPT_CFLAGS += -g OPT_CXXFLAGS += -g