Revision: 25984 http://sourceforge.net/p/gar/code/25984 Author: dmichelsen Date: 2016-10-13 11:10:11 +0000 (Thu, 13 Oct 2016) Log Message: ----------- apache24/trunk: Enable suexec
Modified Paths: -------------- csw/mgar/pkg/apache24/trunk/Makefile Modified: csw/mgar/pkg/apache24/trunk/Makefile =================================================================== --- csw/mgar/pkg/apache24/trunk/Makefile 2016-10-13 08:41:35 UTC (rev 25983) +++ csw/mgar/pkg/apache24/trunk/Makefile 2016-10-13 11:10:11 UTC (rev 25984) @@ -109,6 +109,9 @@ CHECKPKG_OVERRIDES_CSWapache24 += file-needed-but-no-package-satisfies-it|/etc/opt/csw/apache2/envvars|CSWapache24|contains|symlink|/opt/csw/sbin/amd64/envvars|which|needs|the|target|file:|/etc/opt/csw/apache2/envvars CHECKPKG_OVERRIDES_CSWapache24 += file-needed-but-no-package-satisfies-it|/etc/opt/csw/apache2/envvars-std|CSWapache24|contains|symlink|/opt/csw/sbin/amd64/envvars-std|which|needs|the|target|file:|/etc/opt/csw/apache2/envvars-std +# Change this to /opt/csw: define AP_SAFE_PATH "/usr/local/bin:/usr/bin:/bin" +REINPLACE_USRLOCAL += support/suexec.h + SSLCERT = /etc/opt/csw/apache2/server # We need this to get bdb48/lib into the runpath @@ -142,6 +145,7 @@ # As requested in https://www.opencsw.org/mantis/view.php?id=5152 CONFIGURE_ARGS += --enable-proxy-html CONFIGURE_ARGS += --enable-http2 +CONFIGURE_ARGS += --enable-suexec CONFIGURE_ARGS += $(CONFIGURE_ARGS-$(MEMORYMODEL)) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.