Skip to content

Commit fd4a626

Browse files
committed
Revert "apparently sed wasn't needed"
This reverts commit 18a04df.
1 parent 18a04df commit fd4a626

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y build-essential wget libc6-dbg autoconf
1010
WORKDIR /build
1111
COPY lighttpd/lighttpd-source /build/src
1212
RUN cd /build/src \
13+
&& sed -e s/AM_C_PROTOTYPES/AC_C_PROTOTYPES/g -i configure.in \
1314
&& ./autogen.sh \
1415
&& CFLAGS=-g ./configure --without-bzip2 --without-pcre --without-zlib --build=x86_64-unknown-linux-gnu \
1516
&& CFLAGS=-g make \

0 commit comments

Comments
 (0)