diff -Naur statifier-1.7.4/src/statifier statifier-1.7.4.patched/src/statifier --- statifier-1.7.4/src/statifier 2015-10-23 05:17:13.000000000 -0400 +++ statifier-1.7.4.patched/src/statifier 2018-01-19 15:04:54.809053542 -0500 @@ -7,4 +7,20 @@ # modify it under the terms of the GNU General Public License. # See LICENSE file in the doc directory. +# Modified by B. Watson for the SlackBuilds.org project: detects +# whether VDSO has been disabled and prints a warning if not. +if ldd /bin/ls | grep -q 'linux-\(gate\|vdso\)\.'; then + echo "VDSO is enabled. Converted binary will likely segfault when run." + if [ -e /proc/sys/vm/vdso_enabled ]; then + cat < /proc/sys/vm/vdso_enabled +EOF + else + cat <