libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

libtool-1.5.10.nopicfix2.patch


From: Daniel Reed
Subject: libtool-1.5.10.nopicfix2.patch
Date: Tue, 16 Nov 2004 18:28:00 -0500 (EST)

I may have contributed this code originally, and it breaks in VPATH make checks.
The patch below corrects demo-nopic to correctly skip hppa, x86_64, and s390*.


*** libtool-1.5.10_orig/tests/demo-nopic.test   2004-08-11 23:34:50.000000000 
-0400
--- libtool-1.5.10/tests/demo-nopic.test        2004-11-16 18:01:35.913940000 
-0500
***************
*** 11,17 ****
  . $srcdir/defs || exit 1

  # This doesn't work on hppa
! HOST=`../config.guess`
  case "$HOST" in
  hppa*|x86_64*|s390*)
          echo "Not running on $HOST, it doesn't like non-PIC shared libs" 2>&1
--- 11,17 ----
  . $srcdir/defs || exit 1

  # This doesn't work on hppa
! HOST=`${srcdir}/../config.guess`
  case "$HOST" in
  hppa*|x86_64*|s390*)
          echo "Not running on $HOST, it doesn't like non-PIC shared libs" 2>&1


--
Daniel Reed <address@hidden>      http://people.redhat.com/djr/   Desktop and 
Cygwin




reply via email to

[Prev in Thread] Current Thread [Next in Thread]