소스 검색

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

Stefan Siegl 5 년 전
부모
커밋
7670ded38e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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