[med-svn] r17055 - trunk/packages/ncbi-blast+/trunk/debian/patches
Olivier Sallou
osallou at moszumanska.debian.org
Fri Jun 6 21:11:36 UTC 2014
Author: osallou
Date: 2014-06-06 21:11:36 +0000 (Fri, 06 Jun 2014)
New Revision: 17055
Added:
trunk/packages/ncbi-blast+/trunk/debian/patches/fix_configure
Modified:
trunk/packages/ncbi-blast+/trunk/debian/patches/series
Log:
Add patch to fix way to find configure script for Debian build
Added: trunk/packages/ncbi-blast+/trunk/debian/patches/fix_configure
===================================================================
--- trunk/packages/ncbi-blast+/trunk/debian/patches/fix_configure (rev 0)
+++ trunk/packages/ncbi-blast+/trunk/debian/patches/fix_configure 2014-06-06 21:11:36 UTC (rev 17055)
@@ -0,0 +1,14 @@
+Subject: fix path for debian build
+Description: Debian build is not done in configure directory,
+ need to update way to get relative configure.orig script
+Author: Olivier Sallou <osallou at debian.org>
+Forwarded: no
+Last-Updated: 2014-06-06
+--- a/c++/configure.orig
++++ b/c++/configure.orig
+@@ -1,3 +1,4 @@
+ #!/bin/sh
+-srcdir=`dirname $0`
++srcdir=$(readlink -f $0)
++srcdir=`dirname $srcdir`
+ exec $srcdir/configure.orig --without-debug --with-strip --with-openmp --with-mt --with-build-root=$srcdir/ReleaseMT ${1+"$@"}
Modified: trunk/packages/ncbi-blast+/trunk/debian/patches/series
===================================================================
--- trunk/packages/ncbi-blast+/trunk/debian/patches/series 2014-06-06 20:53:24 UTC (rev 17054)
+++ trunk/packages/ncbi-blast+/trunk/debian/patches/series 2014-06-06 21:11:36 UTC (rev 17055)
@@ -5,3 +5,4 @@
no_multiarch_rpath
use_pie_for_apps
skip_services_unit_test
+fix_configure
More information about the debian-med-commit
mailing list