2
0
Эх сурвалжийг харах

Added dependency on ncurses to Makefile as RedHat type distributions do not have auto-dependency on ncurses as debian.

Greger V. Teigre 19 жил өмнө
parent
commit
59caf1731c

+ 1 - 1
utils/sercmd/Makefile

@@ -27,7 +27,7 @@ endif
 
 
 ifeq ($(use_readline),1)
 ifeq ($(use_readline),1)
 	DEFS+=-DUSE_READLINE
 	DEFS+=-DUSE_READLINE
-	LIBS+=-lreadline
+	LIBS+=-lreadline -lncurses
 endif
 endif