diff --git a/config/libtool-labunipd-sgpemfix.patch b/config/libtool-labunipd-sgpemfix.patch new file mode 100644 index 0000000..bd2a00f --- /dev/null +++ b/config/libtool-labunipd-sgpemfix.patch @@ -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