0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-12-22 08:11:52 +00:00

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

This commit is contained in:
Stefan Siegl 2020-04-03 15:20:18 +02:00
parent 579f9c993f
commit 7670ded38e
No known key found for this signature in database
GPG Key ID: 73942AF5642F3DDA

View File

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