mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 12:56:51 +03:00
Fedora build machinery noticed that cons.saver acquired
a new library in ldd listing, libglib. I took a look at it and apparently it is not needed. Signed-off-by: Slava Zanko <slavazanko@gmail.com>
This commit is contained in:
parent
7e5f4a01c0
commit
97b8d4f57a
@ -4,6 +4,6 @@ pkglibexec_PROGRAMS = cons.saver
|
||||
|
||||
cons_saver_SOURCES = cons.saver.c
|
||||
|
||||
cons_saver_CFLAGS= -I$(top_srcdir) $(GLIB_CFLAGS) $(PCRE_CFLAGS)
|
||||
cons_saver_CFLAGS= -I$(top_srcdir) $(PCRE_CFLAGS)
|
||||
|
||||
cons_saver_LDADD = $(GLIB_LIBS) $(PCRE_LIBS)
|
||||
cons_saver_LDADD = $(PCRE_LIBS)
|
||||
|
@ -62,7 +62,6 @@
|
||||
|
||||
#define LINUX_CONS_SAVER_C
|
||||
#include "cons.saver.h"
|
||||
#include "lib/tty/win.h"
|
||||
|
||||
static void
|
||||
send_contents (char *buffer, unsigned int columns, unsigned int rows)
|
||||
|
Loading…
Reference in New Issue
Block a user