Skip to content

Commit 7144180

Browse files
committed
update submodules and Dockerfile
1 parent 0d18b3b commit 7144180

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ WORKDIR /build
1414
COPY lighttpd/lighttpd-source /build/lighttpd/lighttpd-source
1515

1616
RUN cd /build/lighttpd/lighttpd-source \
17+
&& sed -e s/AM_C_PROTOTYPES/AC_C_PROTOTYPES/g -i configure.in \
1718
&& ./autogen.sh \
1819
&& CFLAGS=-g ./configure --without-bzip2 --without-pcre --without-zlib --build=x86_64-unknown-linux-gnu \
1920
&& CFLAGS=-g make \

lighttpd/lighttpd-source

Submodule lighttpd-source updated 421 files

0 commit comments

Comments
 (0)