From 9038e48ea4388ae8f7846d945471d506457058ea Mon Sep 17 00:00:00 2001 From: Etienne Renault Date: Mon, 3 Dec 2018 14:52:13 +0000 Subject: [PATCH] gitlab-ci: use the included GNU ltdl sources * .gitlab-ci.yml: Here. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ab1e85082..585589796 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,7 +58,7 @@ debian-gcc-snapshot: script: - export PATH="/usr/lib/gcc-snapshot/bin:$PATH" LD_LIBRARY_PATH="/usr/lib/gcc-snapshot/lib:$LD_LIBRARY_PATH" - autoreconf -vfi - - ./configure CXX='g++' + - ./configure --with-included-ltdl CXX='g++' - make - make distcheck artifacts: