Blob Blame History Raw
diff -up kde-workspace-4.7.95/startkde.cmake.no_malloc_check kde-workspace-4.7.95/startkde.cmake
--- kde-workspace-4.7.95/startkde.cmake.no_malloc_check	2011-12-29 17:54:24.634643588 -0600
+++ kde-workspace-4.7.95/startkde.cmake	2011-12-29 17:54:50.460320722 -0600
@@ -36,18 +36,6 @@ fi
 # we have to unset this for Darwin since it will screw up KDE's dynamic-loading
 unset DYLD_FORCE_FLAT_NAMESPACE
 
-# Enable lightweight memory corruption checker if not already set
-# -- this is for trunk only, we remove it for releases
-if [ "x$MALLOC_CHECK_" = "x" ] && [ -x /lib/libc.so.6 ]; then
-    # Extract the first two components of the version from the output.
-    glibc_version=$(LC_ALL=C /lib/libc.so.6 | sed -e 's/[^0-9]*\([0-9]\.[0-9]\+\).*/\1/;s/\.\([0-9]\)$/.0\1/;q')
-
-    MALLOC_CHECK_=2 # Default to 2 unless glibc 2.9 or higher.
-    test $glibc_version \> 2.08 && MALLOC_CHECK_=3
-
-    export MALLOC_CHECK_
-fi
-
 # Boot sequence:
 #
 # kdeinit is used to fork off processes which improves memory usage