Browse Source

(jenkins) link against libdl (needed w/ php 7.3)

Stefan Siegl 5 years ago
parent
commit
7670ded38e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile.jenkins

+ 1 - 1
Dockerfile.jenkins

@@ -18,5 +18,5 @@ WORKDIR /php-${PHPVER}
 
 RUN ./buildconf --force
 RUN ./configure --disable-all --with-readline --enable-cli --enable-json --enable-maintainer-zts --with-v8js=/opt/libv8-$V8VER/  CFLAGS="-fsanitize=address -g -O0" CXXFLAGS="-fsanitize=address -g -O0"
-RUN sed -e "s/^EXTRA_LIBS.*/& -lv8_libplatform/" -i Makefile
+RUN sed -e "s/^EXTRA_LIBS.*/& -lv8_libplatform -ldl/" -i Makefile
 RUN make -j5