SF.net SVN: gar:[25074] csw/mgar/pkg/apache24/trunk
cgrzemba at users.sourceforge.net
cgrzemba at users.sourceforge.net
Thu Jun 11 08:29:41 CEST 2015
Revision: 25074
http://sourceforge.net/p/gar/code/25074
Author: cgrzemba
Date: 2015-06-11 06:29:41 +0000 (Thu, 11 Jun 2015)
Log Message:
-----------
apache24/trunk: add apachectl 64bit patch
Modified Paths:
--------------
csw/mgar/pkg/apache24/trunk/Makefile
Added Paths:
-----------
csw/mgar/pkg/apache24/trunk/files/0004-64bit-apachectl.in.patch
Modified: csw/mgar/pkg/apache24/trunk/Makefile
===================================================================
--- csw/mgar/pkg/apache24/trunk/Makefile 2015-06-10 14:42:05 UTC (rev 25073)
+++ csw/mgar/pkg/apache24/trunk/Makefile 2015-06-11 06:29:41 UTC (rev 25074)
@@ -20,6 +20,8 @@
PATCHFILES += 0002-Switch-usr-local-for-opt-csw-in-default-cgi-path.patch
PATCHFILES += 0003-fix-43561-apxs.patch
+PATCHFILES-64 += 0004-64bit-apachectl.in.patch
+PATCHFILES += $(PATCHFILES-$(MEMORYMODEL))
#PATCHFILES += 0001-Add-an-OpenCSW-option-to-config.layout.patch
DISTFILES += 0001-Add-an-OpenCSW-option-to-config.layout.patch
Added: csw/mgar/pkg/apache24/trunk/files/0004-64bit-apachectl.in.patch
===================================================================
--- csw/mgar/pkg/apache24/trunk/files/0004-64bit-apachectl.in.patch (rev 0)
+++ csw/mgar/pkg/apache24/trunk/files/0004-64bit-apachectl.in.patch 2015-06-11 06:29:41 UTC (rev 25074)
@@ -0,0 +1,12 @@
+--- a/support/apachectl.in
++++ b/support/apachectl.in
+@@ -76,6 +76,9 @@ if [ "x$ARGV" = "x" ] ; then
+ ARGV="-h"
+ fi
+
++OPTS_64="-D 64bit"
++HTTPD="$HTTPD $OPTS_64"
++
+ case $ACMD in
+ start|stop|restart|graceful|graceful-stop)
+ $HTTPD -k $ARGV
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list