SF.net SVN: gar:[24919] csw/mgar/pkg/apache24/trunk
cgrzemba at users.sourceforge.net
cgrzemba at users.sourceforge.net
Thu Apr 30 14:13:56 CEST 2015
Revision: 24919
http://sourceforge.net/p/gar/code/24919
Author: cgrzemba
Date: 2015-04-30 12:13:56 +0000 (Thu, 30 Apr 2015)
Log Message:
-----------
apache24/trunk: fix apxs, enable legacy mod_cgi
Modified Paths:
--------------
csw/mgar/pkg/apache24/trunk/Makefile
Added Paths:
-----------
csw/mgar/pkg/apache24/trunk/files/0003-fix-43561-apxs.patch
Modified: csw/mgar/pkg/apache24/trunk/Makefile
===================================================================
--- csw/mgar/pkg/apache24/trunk/Makefile 2015-04-30 12:03:55 UTC (rev 24918)
+++ csw/mgar/pkg/apache24/trunk/Makefile 2015-04-30 12:13:56 UTC (rev 24919)
@@ -18,6 +18,7 @@
EXPANDVARS += cswapache24
PATCHFILES += 0002-Switch-usr-local-for-opt-csw-in-default-cgi-path.patch
+PATCHFILES += 0003-fix-43561-apxs.patch
#PATCHFILES += 0001-Add-an-OpenCSW-option-to-config.layout.patch
DISTFILES += 0001-Add-an-OpenCSW-option-to-config.layout.patch
@@ -29,6 +30,8 @@
VENDOR_URL = http://httpd.apache.org/
LICENSE = LICENSE
+GARCOMPILER = SOS12U4
+
PACKAGES = CSWapache24
SPKG_DESC_CSWapache24 = $(DESCRIPTION)
RUNTIME_DEP_PKGS_CSWapache24 += CSWliblber2-4-2
@@ -102,9 +105,10 @@
CONFIGURE_ARGS-32 += --with-lua=$(prefix)
#CONFIGURE_ARGS-64 += --without-lua
CONFIGURE_ARGS += --enable-mpms-shared=all
-CONFIGURE_ARGS += --with-mpm=prefork
+# CONFIGURE_ARGS += --with-mpm=prefork
CONFIGURE_ARGS += --enable-layout=OpenCSW
CONFIGURE_ARGS += --enable-mods-shared=all
+CONFIGURE_ARGS += --enable-cgi
CONFIGURE_ARGS += --enable-privileges
CONFIGURE_ARGS += --enable-vhost-alias
#CONFIGURE_ARGS += --with-ssl=$(prefix)
Added: csw/mgar/pkg/apache24/trunk/files/0003-fix-43561-apxs.patch
===================================================================
--- csw/mgar/pkg/apache24/trunk/files/0003-fix-43561-apxs.patch (rev 0)
+++ csw/mgar/pkg/apache24/trunk/files/0003-fix-43561-apxs.patch 2015-04-30 12:13:56 UTC (rev 24919)
@@ -0,0 +1,10 @@
+--- a/support/apxs.in
++++ b/support/apxs.in
+@@ -34,6 +34,7 @@ my $prefix = get_vars("prefix");
+ my $CFG_PREFIX = $prefix;
+ my $exec_prefix = get_vars("exec_prefix");
+ my $datadir = get_vars("datadir");
++my $libdir = get_vars("libdir");
+ my $localstatedir = get_vars("localstatedir");
+ my $CFG_TARGET = get_vars("progname");
+ my $CFG_SYSCONFDIR = get_vars("sysconfdir");
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