diff options
Diffstat (limited to 'dev-util/leaktracer/files/LeakCheck-gentoo.patch')
-rw-r--r-- | dev-util/leaktracer/files/LeakCheck-gentoo.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-util/leaktracer/files/LeakCheck-gentoo.patch b/dev-util/leaktracer/files/LeakCheck-gentoo.patch new file mode 100644 index 000000000000..fc88ba6d16a4 --- /dev/null +++ b/dev-util/leaktracer/files/LeakCheck-gentoo.patch @@ -0,0 +1,11 @@ +--- LeakCheck.orig 2003-09-06 13:24:05.000000000 +0300 ++++ LeakCheck 2003-09-06 13:24:36.000000000 +0300 +@@ -7,7 +7,7 @@ + # this looks in the same directory, this + # LeakCheck script resides; modify to your + # needs: +-SHLIB=`dirname $0`/LeakTracer.so ++SHLIB=/usr/lib/LeakTracer.so + if [ ! -x $SHLIB ] ; then + echo "$SHLIB not found" + exit 1 |