From 0a58590934db289ce15d5af0c5d4e82c2793ffc8 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 14 Sep 2018 10:49:45 +0200 Subject: [PATCH] ci: silence libtool attempt to disable some libtool warnings throughout the build https://phab.enlightenment.org/D6661 [Hand edited to get it applied. Stefan] --- .ci/ci-configure.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ci/ci-configure.sh b/.ci/ci-configure.sh index bf551f53e3..00f9e4b750 100755 --- a/.ci/ci-configure.sh +++ b/.ci/ci-configure.sh @@ -55,7 +55,7 @@ if [ "$DISTRO" != "" ] ; then travis_fold autoreconf autoreconf docker exec --env MAKEFLAGS="-j5 -rR" --env EIO_MONITOR_POLL=1 --env CC="ccache gcc" \ --env CXX="ccache g++" --env CFLAGS="-fdirectives-only" --env CXXFLAGS="-fdirectives-only" \ - --env LD="ld.gold" $(cat $HOME/cid) sh -c "autoreconf -iv" + --env LD="ld.gold" $(cat $HOME/cid) sh -c "LIBTOOLIZE_OPTIONS='--no-warn' autoreconf -iv" travis_endfold autoreconf travis_fold configure "configure $OPTS" docker exec --env MAKEFLAGS="-j5 -rR" --env EIO_MONITOR_POLL=1 --env CC="ccache gcc" \ @@ -78,7 +78,7 @@ else # Normal build test of all targets rm -f ~/.ccache/ccache.conf travis_fold autoreconf autoreconf - autoreconf -iv + LIBTOOLIZE_OPTIONS='--no-warn' autoreconf -iv travis_endfold autoreconf travis_fold configure "configure $OSX_COPTS" .ci/configure.sh $OSX_COPTS