mirror of
https://github.com/phpv8/v8js.git
synced 2025-01-03 10:21:51 +00:00
(jenkins) link against libdl (needed w/ php 7.3)
This commit is contained in:
parent
579f9c993f
commit
7670ded38e
@ -18,5 +18,5 @@ WORKDIR /php-${PHPVER}
|
|||||||
|
|
||||||
RUN ./buildconf --force
|
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 ./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
|
RUN make -j5
|
||||||
|
Loading…
Reference in New Issue
Block a user