OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 28-Mar-2005 11:25:24
Branch: HEAD Handle: 2005032810252400
Modified files:
openpkg-src/apache2 apache2.spec
Log:
make sure the libtool is able to build shared objects
Summary:
Revision Changes Path
1.58 +7 -1 openpkg-src/apache2/apache2.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apache2/apache2.spec
============================================================================
$ cvs diff -u -r1.57 -r1.58 apache2.spec
--- openpkg-src/apache2/apache2.spec 24 Mar 2005 11:18:25 -0000 1.57
+++ openpkg-src/apache2/apache2.spec 28 Mar 2005 09:25:24 -0000 1.58
@@ -33,7 +33,7 @@
Group: Web
License: ASF
Version: 2.0.53
-Release: 20050301
+Release: 20050328
# package options (suexec related)
%option with_suexec yes
@@ -188,6 +188,12 @@
-e 's;^\(Listen\).*;\1 127.0.0.1:80;' \
$RPM_BUILD_ROOT%{l_prefix}/etc/apache2/httpd.conf
+%if "%{with_shared_core}" == "yes"
+ %{l_shtool} subst \
+ -e 's;^build_libtool_libs=no;build_libtool_libs=yes;' \
+ $RPM_BUILD_ROOT%{l_prefix}/share/apache2/build/libtool
+%endif
+
# install run-command script
%{l_shtool} mkdir -f -p -m 755 \
$RPM_BUILD_ROOT%{l_prefix}/etc/rc.d
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]