From 3ffee74b198fd0c6344d4872c14e606226966859 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 16 Oct 2000 18:34:09 +0000 Subject: [PATCH] Added curses and rt libraries for Redhat 7. --- configure/os/CONFIG.linux-x86.linux-x86 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configure/os/CONFIG.linux-x86.linux-x86 b/configure/os/CONFIG.linux-x86.linux-x86 index 85efda74e..8a6a4ebb6 100644 --- a/configure/os/CONFIG.linux-x86.linux-x86 +++ b/configure/os/CONFIG.linux-x86.linux-x86 @@ -36,5 +36,4 @@ ARCH_DEP_CPPFLAGS += -DIOCSH_USE_READLINE ARCH_DEP_CPPFLAGS += -D_X86_ -Dlinux ARCH_DEP_LDFLAGS = -ARCH_DEP_LDLIBS = -lpthread -lreadline - +ARCH_DEP_LDLIBS = -lpthread -lreadline -lcurses -lrt