diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2018-03-30 16:44:02 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2018-03-30 16:44:02 +0000 |
commit | daa6dfff901fa137762398bec3ade60d6d9520be (patch) | |
tree | 1ccca0d0db3f29856ddc5dd674a5e8e2755680dc /www/apache24 | |
parent | da108036c72e7a1dd74c5960db68b0660e90ba13 (diff) | |
download | ports-daa6dfff901fa137762398bec3ade60d6d9520be.tar.gz ports-daa6dfff901fa137762398bec3ade60d6d9520be.zip |
Notes
Diffstat (limited to 'www/apache24')
-rw-r--r-- | www/apache24/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/apache24/Makefile b/www/apache24/Makefile index 285b923fe732..d65e2c5dcdba 100644 --- a/www/apache24/Makefile +++ b/www/apache24/Makefile @@ -128,7 +128,7 @@ MAKE_ENV+= EXPR_COMPAT=yes \ .for module in ${ALL_MODULES} .if ${PORT_OPTIONS:M${module}} -CONFIGURE_ARGS+= --enable-${module:S/_/-/g:tl} +CONFIGURE_ARGS+= --enable-${module:S/_/-/g:tl}=shared .else CONFIGURE_ARGS+= --disable-${module:S/_/-/g:tl} .endif @@ -190,8 +190,10 @@ SUB_FILES+= pkg-message .endif pre-extract-SUEXEC-on: - @${ECHO_CMD} -e "\nsuexec builds with user '${USERS}' and docroot '${PREFIX}/www' by default," - @${ECHO_CMD} -e "use SUEXEC_DOCROOT and SUEXEC_USERDIR in /etc/make.conf to adjust.\n" + @${ECHO_CMD} "" + @${ECHO_CMD} "suexec builds with user '${USERS}' and docroot '${PREFIX}/www' by default," + @${ECHO_CMD} -e "use SUEXEC_DOCROOT and SUEXEC_USERDIR in /etc/make.conf to adjust." + @${ECHO_CMD} "" post-extract: # make sure the configure script contains our patches, preserve the original script for comparsion |