Skip to content

Commit

Permalink
--enable-diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraheim committed Dec 14, 2022
1 parent f6fe20f commit c97cf8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN cd /root ;\
unzip main.zip ;\
cd mod_auth_mellon-main ;\
./autogen.sh ;\
./configure --with-apxs2=/opt/bitnami/apache/bin/apxs ;\
./configure --with-apxs2=/opt/bitnami/apache/bin/apxs --enable-diagnostics;\
make ;\
make install;\
echo 'FINISHED MOD_AUTH_MELLON' ;\
Expand Down

0 comments on commit c97cf8b

Please sign in to comment.