PERFORCE change 102671 for review

Gabor Kovesdan gabor at FreeBSD.org
Fri Jul 28 18:31:01 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=102671

Change 102671 by gabor at gabor_spitfire on 2006/07/28 18:30:37

	Revert suexec change since it is not used for building, just for
	a static path at runtime.
	
	Reported by:	clement

Affected files ...

.. //depot/projects/soc2006/gabor_ports/Mk/bsd.apache.mk#5 edit

Differences ...

==== //depot/projects/soc2006/gabor_ports/Mk/bsd.apache.mk#5 (text+ko) ====

@@ -175,7 +175,7 @@
 				--${SUEXEC_CONFARGS}-safepath="${SUEXEC_SAFEPATH}" \
 				--${SUEXEC_CONFARGS}-logfile="${SUEXEC_LOGFILE}"
 .if ${USE_APACHE:Mcommon2*} != ""
-CONFIGURE_ARGS+=	--${SUEXEC_CONFARGS}-bin="${TARGETDIR}/sbin/suexec"
+CONFIGURE_ARGS+=	--${SUEXEC_CONFARGS}-bin="${PREFIX}/sbin/suexec"
 .endif
 
 .   if defined(WITH_SUEXEC_UMASK)


More information about the p4-projects mailing list