projects
/
ncbi-blast+.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9e92ed
)
fix fuzz in patch
author
Olivier Sallou
<osallou@debian.org>
Sat, 7 Jun 2014 07:12:21 +0000
(07:12 +0000)
committer
Olivier Sallou
<osallou@debian.org>
Sat, 7 Jun 2014 07:12:21 +0000
(07:12 +0000)
debian/patches/fix_configure
patch
|
blob
|
history
diff --git
a/debian/patches/fix_configure
b/debian/patches/fix_configure
index c96f438e6deb22726eb9a4938b30b63cf87bea20..c360ef0d7a81371f2c43b4034c2e53a4074aab15 100644
(file)
--- a/
debian/patches/fix_configure
+++ b/
debian/patches/fix_configure
@@
-11,4
+11,4
@@
Last-Updated: 2014-06-06
-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+"$@"}
+ exec $srcdir/
src/build-system/configure --srcdir=$srcdir
${1+"$@"}