From 46529d0c27923bb961c1b0734de0c2562cbabe30 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 16 Oct 2016 21:13:15 +0000 Subject: Revert SKALIBS_DEFAULTPATH to /usr/bin:/bin --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 122eb42..96699f6 100755 --- a/configure +++ b/configure @@ -43,7 +43,7 @@ $package options: --enable-tai-clock assume the system clock is TAI-10 instead of UTC [disabled] --enable-clock use clock_gettime() instead of gettimeofday() [disabled] --enable-monotonic count time with CLOCK_MONOTONIC instead of CLOCK_REALTIME - --with-default-path=PATH default executable search path [/usr/bin:/usr/sbin:/bin:/sbin] + --with-default-path=PATH default executable search path [/usr/bin:/bin] EOF exit 0 @@ -217,7 +217,7 @@ select=false taiclock=false clockrt=false clockmon=false -ddefaultpath=/usr/bin:/usr/sbin:/bin:/sbin +ddefaultpath=/usr/bin:/bin defaultpath=$ddefaultpath dpathorig=true sproot= -- cgit v1.2.3