We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3739ff commit 5e346a8Copy full SHA for 5e346a8
test/httpd/Dockerfile
@@ -1,6 +1,6 @@
1
ARG HTTPD_SOURCES="https://dlcdn.apache.org/httpd/httpd-2.4.62.tar.gz"
2
ARG CFLAGS=""
3
-ARG LFLAGS=""
+ARG LDFLAGS=""
4
ARG HTTPD_DEFAULT_FLAGS="--enable-proxy --enable-proxy-http --enable-proxy-ajp --enable-proxy-wstunnel --enable-proxy-hcheck --with-port=8000"
5
ARG HTTPD_EXTRA_FLAGS=""
6
@@ -10,7 +10,7 @@ RUN yum install gcc wget apr-devel apr-util-devel openssl-devel pcre-devel redha
10
11
ARG HTTPD_SOURCES
12
ARG CFLAGS
13
-ARG LFLAGS
+ARG LDFLAGS
14
ARG HTTPD_DEFAULT_FLAGS
15
ARG HTTPD_EXTRA_FLAGS
16
0 commit comments