vdr/vdr-plugin-timeline/debian/patches 00list 01_Makefile-fPIC-fix.dpatch
Tobias Grimm
pkg-vdr-dvb-changes@lists.alioth.debian.org
Mon, 03 Jan 2005 19:10:47 +0000
Update of /cvsroot/pkg-vdr-dvb/vdr/vdr-plugin-timeline/debian/patches
In directory haydn:/tmp/cvs-serv24545/debian/patches
Added Files:
00list 01_Makefile-fPIC-fix.dpatch
Log Message:
Added debian changes for version 0.9.0-1.
--- NEW FILE: 00list ---
01_Makefile-fPIC-fix
--- NEW FILE: 01_Makefile-fPIC-fix.dpatch ---
#! /bin/sh /usr/share/dpatch/dpatch-run
## Makefile-fPIC-fix patch
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Adds -fPIC to Makefiles to fix potential FTBFS.
@DPATCH@
diff -urNad vdr-plugin-timeline/Makefile /tmp/dpep.wf5ZYe/vdr-plugin-timeline/Makefile
--- vdr-plugin-timeline/Makefile 2005-01-03 19:36:37.000000000 +0100
+++ /tmp/dpep.wf5ZYe/vdr-plugin-timeline/Makefile 2005-01-03 19:56:08.000000000 +0100
@@ -16,7 +16,7 @@
### The C++ compiler and options:
CXX ?= g++
-CXXFLAGS ?= -O2 -Wall -Woverloaded-virtual
+CXXFLAGS ?= -fPIC -O2 -Wall -Woverloaded-virtual
### The directory environment: