ci: silence libtool

attempt to disable some libtool warnings throughout the build

https://phab.enlightenment.org/D6661

[Hand edited to get it applied. Stefan]
This commit is contained in:
Mike Blumenkrantz 2018-09-14 10:49:45 +02:00 committed by Stefan Schmidt
parent 772759baa2
commit 0a58590934
1 changed files with 2 additions and 2 deletions

View File

@ -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