You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/leaktracer/files/LeakCheck-gentoo.patch

12 lines
349 B

--- 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