Skip to content

Commit 5e346a8

Browse files
committed
WIP
1 parent d3739ff commit 5e346a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/httpd/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG HTTPD_SOURCES="https://dlcdn.apache.org/httpd/httpd-2.4.62.tar.gz"
22
ARG CFLAGS=""
3-
ARG LFLAGS=""
3+
ARG LDFLAGS=""
44
ARG HTTPD_DEFAULT_FLAGS="--enable-proxy --enable-proxy-http --enable-proxy-ajp --enable-proxy-wstunnel --enable-proxy-hcheck --with-port=8000"
55
ARG HTTPD_EXTRA_FLAGS=""
66

@@ -10,7 +10,7 @@ RUN yum install gcc wget apr-devel apr-util-devel openssl-devel pcre-devel redha
1010

1111
ARG HTTPD_SOURCES
1212
ARG CFLAGS
13-
ARG LFLAGS
13+
ARG LDFLAGS
1414
ARG HTTPD_DEFAULT_FLAGS
1515
ARG HTTPD_EXTRA_FLAGS
1616

0 commit comments

Comments
 (0)