hi,
currently setting e.g. CXX=g++-X.X.X in Make.config only affects the main makefile and plugins, but libsi is not affected (the result being that linking libsi with vdr fails) - the following patch should help
yours, Jouni
--- libsi/Makefile 2004-10-16 16:31:50.000000000 +0300 +++ /home/vdr/vdr/libsi/Makefile 2005-03-06 15:18:19.000000000 +0200 @@ -19,6 +19,8 @@
LIBS +=
+-include ../Make.config + ### The object files (add further files here):
OBJS = util.o si.o section.o descriptor.o
On Sun, 2005-03-20 at 19:20 +0200, Jouni Karvo wrote:
currently setting e.g. CXX=g++-X.X.X in Make.config only affects the main makefile and plugins, but libsi is not affected (the result being that linking libsi with vdr fails) - the following patch should help
Yep, submitted a long time ago (Hi Klaus ;), not yet applied though...