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

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Sat, 13 Nov 2004 14:23:50 +0000


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

Added Files:
	00list 01_Makefile-fPIC-fix.dpatch 
Log Message:
* added vdr-plugin-wapd (still needs debconf-template for creating the wapaccess-file)

--- 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 in the Makefile 

@DPATCH@
diff -urNad vdr-plugin-wapd-0.0.6d/Makefile /tmp/dpep.efQkMF/vdr-plugin-wapd-0.0.6d/Makefile
--- vdr-plugin-wapd-0.0.6d/Makefile	2004-06-16 17:52:19.000000000 +0200
+++ /tmp/dpep.efQkMF/vdr-plugin-wapd-0.0.6d/Makefile	2004-11-13 14:11:35.000000000 +0100
@@ -16,7 +16,7 @@
 ### The C++ compiler and options:
 
 CXX      ?= g++
-CXXFLAGS ?= -O2 -Wall -Woverloaded-virtual -ggdb
+CXXFLAGS ?= -fPIC -O2 -Wall -Woverloaded-virtual -ggdb
 
 ### The directory environment: