- How to spend two hours tracking a bug of Unipd's laboratory broken distribution (how fscking unbelievable!)

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@508 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
johnny 2006-03-08 15:50:13 +00:00
parent 1388eeeac1
commit d462f6d1d3
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
--- libtool.orig 2006-03-08 16:34:38.000000000 +0100
+++ libtool 2006-03-08 16:37:37.000000000 +0100
@@ -2402,6 +2402,10 @@
*) . ./$lib ;;
esac
+ # Sirius Cybernetics Corporation -- Hack for fixing the broken unipd installation
+ libdir=${libdir/%\/./}
+ # Sirius Cybernetics Corporation -- End Of The Hack
+
if test "$linkmode,$pass" = "lib,link" ||
test "$linkmode,$pass" = "prog,scan" ||
{ test "$linkmode" != prog && test "$linkmode" != lib; }; then