- 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:
parent
1388eeeac1
commit
d462f6d1d3
|
@ -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
|
Loading…
Reference in New Issue