[SCM] taopm/master: Adding patch to fix TAODIR path in configure.

tiago at users.alioth.debian.org tiago at users.alioth.debian.org
Thu Mar 28 21:41:34 UTC 2013


The following commit has been merged in the master branch:
commit 7d004da99fde03c8eb8a64b6fe35f90570f8d72f
Author: Tiago Bortoletto Vaz <tiago at debian.org>
Date:   Thu Mar 28 17:37:17 2013 -0400

    Adding patch to fix TAODIR path in configure.

diff --git a/debian/patches/03-fix-taodir-in-configure.diff b/debian/patches/03-fix-taodir-in-configure.diff
new file mode 100644
index 0000000..f885daa
--- /dev/null
+++ b/debian/patches/03-fix-taodir-in-configure.diff
@@ -0,0 +1,11 @@
+--- a/configure
++++ b/configure
+@@ -249,7 +249,7 @@
+ # if backwards compatibility has been broken,
+ # set TAO_BINARY_AGE and TAO_INTERFACE_AGE to 0.
+ 
+-TAODIR=`pwd`
++TAODIR="/usr/lib"
+ DATE=`date`
+ TAO_MAJOR_VERSION=1
+ TAO_MINOR_VERSION=0
diff --git a/debian/patches/series b/debian/patches/series
index d73d4d7..0860772 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 01-add-missing-headers.diff
 02-fix-parser-yyerror.diff
+03-fix-taodir-in-configure.diff

-- 
taopm packaging



More information about the pkg-multimedia-commits mailing list