r8995 - in /vdr/vdr-plugin-games/trunk/debian: changelog patches/04_gcc-4.6.patch patches/series

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Sat May 28 15:56:27 UTC 2011


Author: tiber-guest
Date: Sat May 28 15:56:27 2011
New Revision: 8995

URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/?sc=1&rev=8995
Log:
Fixed FTBS with GCC 4.6 (Closes: #628113)

Added:
    vdr/vdr-plugin-games/trunk/debian/patches/04_gcc-4.6.patch
Modified:
    vdr/vdr-plugin-games/trunk/debian/changelog
    vdr/vdr-plugin-games/trunk/debian/patches/series

Modified: vdr/vdr-plugin-games/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-games/trunk/debian/changelog?rev=8995&op=diff
==============================================================================
--- vdr/vdr-plugin-games/trunk/debian/changelog (original)
+++ vdr/vdr-plugin-games/trunk/debian/changelog Sat May 28 15:56:27 2011
@@ -1,3 +1,9 @@
+vdr-plugin-games (0.6.3-30) unstable; urgency=low
+
+  * Fixed FTBS with GCC 4.6 (Closes: #628113)
+
+ -- Tobias Grimm <etobi at debian.org>  Sat, 28 May 2011 17:55:48 +0200
+
 vdr-plugin-games (0.6.3-29) unstable; urgency=low
 
   * Build-depend on vdr-dev (>= 1.7.18)

Added: vdr/vdr-plugin-games/trunk/debian/patches/04_gcc-4.6.patch
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-games/trunk/debian/patches/04_gcc-4.6.patch?rev=8995&op=file
==============================================================================
--- vdr/vdr-plugin-games/trunk/debian/patches/04_gcc-4.6.patch (added)
+++ vdr/vdr-plugin-games/trunk/debian/patches/04_gcc-4.6.patch Sat May 28 15:56:27 2011
@@ -1,0 +1,15 @@
+Description: Fixes FTBS with GCC 4.6
+Author: Tobias Grimm <etobi at debian.org>
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628113
+
+--- vdr-plugin-games-0.6.3.orig/Makefile
++++ vdr-plugin-games-0.6.3/Makefile
+@@ -49,7 +49,7 @@ else
+ 	TARGET    = libvdr-games.so
+ 	OBJS     += $(VDROBJS)
+ 	CFLAGS   += $(INCLUDES) -I$(VDRDIR)/include
+-	LFLAGS   += -shared --whole-archive
++	LFLAGS   += -shared
+ 	DEFINES  += -D_GNU_SOURCE -DVDRVERSNUM=$(VDRNUM)
+ 
+ endif

Modified: vdr/vdr-plugin-games/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-vdr-dvb/vdr/vdr-plugin-games/trunk/debian/patches/series?rev=8995&op=diff
==============================================================================
--- vdr/vdr-plugin-games/trunk/debian/patches/series (original)
+++ vdr/vdr-plugin-games/trunk/debian/patches/series Sat May 28 15:56:27 2011
@@ -1,2 +1,3 @@
 02_Makefile-nosilent.patch
 03_games-0.6.3-fix-INCLUDES.patch
+04_gcc-4.6.patch




More information about the pkg-vdr-dvb-changes mailing list