commit: 1618cd3e114309e62d10e5f6cbf468a3e91b8985 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org> AuthorDate: Sat Jan 4 10:47:29 2020 +0000 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org> CommitDate: Sat Jan 4 10:47:29 2020 +0000 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=1618cd3e
travis: ensure we keep env-set CPPFLAGS/LDFLAGS Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org> travis/main.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/travis/main.sh b/travis/main.sh index 6313d1b..2c1670c 100755 --- a/travis/main.sh +++ b/travis/main.sh @@ -3,8 +3,8 @@ . "${0%/*}"/lib.sh # For local deps like blake2b. -export CPPFLAGS="-I${PWD}/../sysroot" -export LDFLAGS="-L${PWD}/../sysroot" +export CPPFLAGS="${CPPFLAGS} -I${PWD}/../sysroot" +export LDFLAGS="${LDFLAGS} -L${PWD}/../sysroot" # ignore timestamps which git doesn't preserve # disable openmp because Clang's libomp isn't installed