[vdr] [ANNOUNCE] VDR developer version 1.7.16
Joerg Bornkessel
ml at websitec.de
Sat Sep 25 13:15:28 CEST 2010
> VDR developer version 1.7.16 is now available at
Klaus,
we have an open bug [1] to all versions of VDR on gentoo
we changed any weeks befor our default profiles to use LDFLAGS
on compile prozesses.
<snipp news-info about this from 2010-08-01>
-Wl,--as-needed has been added to the default profile's LDFLAGS.
This option optimizes the linking process, only linking binaries to
libraries that are trully needed. This way, fewer libraries are loaded
at runtime and fewer packages need to be rebuilt after library updates.
</snap>
For more information on --as-needed, read [2].
Plz. let us check is it possible to add a fix generally to the
Makefile to respect the LDFLAGS or should i fixed always localy on
gentoo Disti.
fixed should it be in this part of Makefile
-# The main program:
-
-vdr: $(OBJS) $(SILIB)
- $(CXX) $(CXXFLAGS) -rdynamic $(OBJS) $(LIBS) $(LIBDIRS) $(SILIB) -o vdr
+# The main program:
+
+vdr: $(OBJS) $(SILIB)
+ $(CXX) $(CXXFLAGS) -rdynamic $(LDFLAGS) $(OBJS) $(LIBS) $(LIBDIRS) $(SILIB) -o vdr
[1] http://bugs.gentoo.org/show_bug.cgi?id=333493
[2] http://www.gentoo.org/proj/en/qa/asneeded.xml
Thanks, best regards
--
Regards
Gentoo Developer
Joerg Bornkessel <hd_brummy at gentoo.org>
More information about the vdr
mailing list