vdr/vdr-plugin-vdrcd/debian/patches 00list 01_Makefile-fPIC-fix.dpatch

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Wed, 08 Dec 2004 01:13:28 +0000


Update of /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-vdrcd/debian/patches
In directory haydn:/tmp/cvs-serv28458/vdr/vdr-plugin-vdrcd/debian/patches

Added Files:
	00list 01_Makefile-fPIC-fix.dpatch 
Log Message:
* added vdr-plugin-vdrcd (not ready for uploading yet)

--- NEW FILE: 00list ---
01_Makefile-fPIC-fix

--- NEW FILE: 01_Makefile-fPIC-fix.dpatch ---
#! /bin/sh /usr/share/dpatch/dpatch-run
## 01_Makefile-fPIC-fix.dpatch by Thomas Schmidt <thomas.schmidt@in.stud.tu-ilmenau.de>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Adds -fPIC to CXXFLAGS

@DPATCH@
diff -urNad vdr-plugin-vdrcd-0.0.10/Makefile /tmp/dpep.37YGIY/vdr-plugin-vdrcd-0.0.10/Makefile
--- vdr-plugin-vdrcd-0.0.10/Makefile	2004-12-08 02:02:11.000000000 +0100
+++ /tmp/dpep.37YGIY/vdr-plugin-vdrcd-0.0.10/Makefile	2004-12-08 02:02:41.000000000 +0100
@@ -16,7 +16,7 @@
 ### The C++ compiler and options:
 
 CXX      = g++
-CXXFLAGS = -g -O2 -Wall -Woverloaded-virtual
+CXXFLAGS = -fPIC -g -O2 -Wall -Woverloaded-virtual
 
 ### The directory environment: