OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Torsten Homeyer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 09-Sep-2004 12:29:26
Branch: HEAD Handle: 2004090911292600
Modified files:
openpkg-src/tomcat4-adapter
tomcat4-adapter.spec
Log:
fixed link path
Summary:
Revision Changes Path
1.21 +5 -1 openpkg-src/tomcat4-adapter/tomcat4-adapter.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/tomcat4-adapter/tomcat4-adapter.spec
============================================================================
$ cvs diff -u -r1.20 -r1.21 tomcat4-adapter.spec
--- openpkg-src/tomcat4-adapter/tomcat4-adapter.spec 8 Sep 2004 14:17:22 -0000
1.20
+++ openpkg-src/tomcat4-adapter/tomcat4-adapter.spec 9 Sep 2004 10:29:26 -0000
1.21
@@ -36,7 +36,7 @@
Group: Web
License: Apache Software License 1.1
Version: 4.1.30
-Release: 20040908
+Release: 20040909
# package options
%option with_mod_webapp yes
@@ -112,6 +112,10 @@
--disable-java \
--without-ant \
--with-apr=$tempdir%{l_prefix}
+ %{l_shtool} subst \
+ -e "s;\\(-I%{prefix}/include/apr\\);-I$tempdir%{l_prefix}/include/apr
\\1;g" \
+ -e "s;\\(-I%{prefix}/lib\\);-L$tempdir%{l_prefix}/lib \\1;g" \
+ Makedefs
%{l_make} %{l_mflags}
) || exit $?
%endif
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]