From: Ruediger Meier Date: Thu, 1 Dec 2016 08:57:50 +0000 (+0100) Subject: travis: let OSX auto-skip utmpx tools X-Git-Tag: v2.30-rc1~365 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=85d846b88a1ca34a252d14130c6541a82f68ad83;p=thirdparty%2Futil-linux.git travis: let OSX auto-skip utmpx tools It will disable all these programs automatically except wall(1) which is now non-Linux compatible. Signed-off-by: Ruediger Meier --- diff --git a/.travis-functions.sh b/.travis-functions.sh index ca73a9f7c2..11e7707bb8 100755 --- a/.travis-functions.sh +++ b/.travis-functions.sh @@ -108,16 +108,8 @@ function osx_install_script brew link --force ncurses OSX_CONFOPTS=" - --disable-runuser \ - --disable-su \ - --disable-login \ - --disable-last \ - --disable-utmpdump \ - --disable-agetty \ - --disable-wall \ --disable-ipcrm \ --disable-ipcs \ - --disable-write \ " # workaround: glibtoolize could not find sed