OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 12-Aug-2003 08:14:15
Branch: HEAD Handle: 2003081207141301
Modified files:
openpkg-src/apache apache.spec
openpkg-web news.txt
Log:
introduced shared core/chain options to resolve DSO problems on
Solaris (mod_coldfusion)
Summary:
Revision Changes Path
1.163 +15 -1 openpkg-src/apache/apache.spec
1.6131 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache/apache.spec
============================================================================
$ cvs diff -u -r1.162 -r1.163 apache.spec
--- openpkg-src/apache/apache.spec 31 Jul 2003 10:00:20 -0000 1.162
+++ openpkg-src/apache/apache.spec 12 Aug 2003 06:14:14 -0000 1.163
@@ -60,7 +60,7 @@
Group: Web
License: ASF
Version: %{V_apache}
-Release: 20030731
+Release: 20030812
# package options (suexec related)
%option with_suexec yes
@@ -128,6 +128,8 @@
# package options (braindead ones only)
%option with_gdbm_ndbm no
+%option with_shared_core no
+%option with_shared_chain no
# fixing implicit inter-module dependencies and correlations
%if "%{with_mod_php}" == "yes"
@@ -421,6 +423,12 @@
%if "%{with_mod_ssl}" == "yes"
--enable-rule=EAPI \
%endif
+%if "%{with_shared_core}" == "yes"
+ --enable-rule=SHARED_CORE \
+%endif
+%if "%{with_shared_chain}" == "yes"
+ --enable-rule=SHARED_CHAIN \
+%endif
--target=apache \
--with-layout=GNU \
--prefix=%{l_prefix} \
@@ -820,6 +828,12 @@
--enable-rule=EXPAT \
%else
--disable-rule=EXPAT \
+%endif
+%if "%{with_shared_core}" == "yes"
+ --enable-rule=SHARED_CORE \
+%endif
+%if "%{with_shared_chain}" == "yes"
+ --enable-rule=SHARED_CHAIN \
%endif
%if "%{with_mod_layout}" == "yes"
--activate-module=src/modules/layout/liblayout.a \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.6130 -r1.6131 news.txt
--- openpkg-web/news.txt 11 Aug 2003 18:59:11 -0000 1.6130
+++ openpkg-web/news.txt 12 Aug 2003 06:14:13 -0000 1.6131
@@ -1,3 +1,4 @@
+12-Aug-2003: Upgraded package: P<apache-1.3.28-20030812>
11-Aug-2003: Upgraded package: P<python-2.3-20030811>
11-Aug-2003: Upgraded package: P<orbit2-2.7.6-20030811>
11-Aug-2003: Upgraded package: P<ntp-4.1.2-20030811>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]