~ubuntu-branches/ubuntu/trusty/expect/trusty

« back to all changes in this revision

Viewing changes to debian/patches/static-names.patch

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Baumann
  • Date: 2006-10-01 22:23:00 UTC
  • mfrom: (2.1.7 edgy)
  • Revision ID: james.westby@ubuntu.com-20061001222300-08nd1wqc92mxggdq
Tags: 5.43.0-8
* Added patch from Niko Tyni <ntyni@iki.fi> to fix static library name on
  alpha, mips and mipsel (Closes: #390366).
* Added *.so symlink (Closes: #390365).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## static-names.patch by Niko Tyni <ntyni@iki.fi>
 
2
##
 
3
## DP: Fixes name of the static library on alpha, mips and mipsel
 
4
## DP: (Closes: #390366)
 
5
 
 
6
diff -Naur expect-5.43.orig/configure expect-5.43/configure
 
7
--- expect-5.43.orig/configure  2005-02-08 02:01:27.000000000 +0000
 
8
+++ expect-5.43/configure       2006-10-01 20:13:26.000000000 +0000
 
9
@@ -6342,7 +6342,7 @@
 
10
 else
 
11
   ac_tmpdirs='/tmp /var/tmp /usr/tmp'
 
12
 fi
 
13
-for ac_dir in  . $ac_tmpdirs `eval echo $prefix/lib $exec_prefix/lib` ; do
 
14
+for ac_dir in  . $ac_tmpdirs ; do
 
15
   test -d $ac_dir || continue
 
16
   test -w $ac_dir || continue # It is less confusing to not echo anything here.
 
17
   (echo 1 > $ac_dir/conftest9012345) 2>/dev/null