This is an automatic generated email to let you know that the following patch 
were queued at the 
http://git.linuxtv.org/cgit.cgi/tvtime.git tree:

Subject: Remove -lsupc++ from LDFLAGS
Author:  Hans de Goede <[email protected]>
Date:    Tue Feb 9 08:59:57 2016 -0200

tvtime does not use any functions from libsupc++, so there is no need
to link to it.

Signed-off-by: Hans de Goede <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>

 src/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

---

http://git.linuxtv.org/cgit.cgi/tvtime.git/commit/?id=fdbf1e9cff0e53d1aeecda09cd41f69fa2240c29
diff --git a/src/Makefile.am b/src/Makefile.am
index d3e704447bda..4b4612f330a2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -83,7 +83,7 @@ tvtime_CFLAGS = $(TTF_CFLAGS) $(PNG_CFLAGS) $(OPT_CFLAGS) \
        $(PLUGIN_CFLAGS) $(X11_CFLAGS) $(XML2_FLAG) $(ALSA_CFLAGS) \
        $(FONT_CFLAGS) $(AM_CFLAGS)
 tvtime_LDFLAGS  = $(TTF_LIBS) $(ZLIB_LIBS) $(PNG_LIBS) \
-       $(X11_LIBS) $(XML2_LIBS) $(ALSA_LIBS) -lm -lsupc++
+       $(X11_LIBS) $(XML2_LIBS) $(ALSA_LIBS) -lm
 
 tvtime_command_SOURCES = utils.h utils.c tvtimeconf.h tvtimeconf.c \
        tvtime-command.c

_______________________________________________
linuxtv-commits mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits

Reply via email to