OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 01-Aug-2007 00:20:40
Branch: HEAD Handle: 2007073123203800
Modified files:
openpkg-src/apr apr.spec
Log:
fixate tool chain but avoid dependency to bash
Summary:
Revision Changes Path
1.49 +4 -3 openpkg-src/apr/apr.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apr/apr.spec
============================================================================
$ cvs diff -u -r1.48 -r1.49 apr.spec
--- openpkg-src/apr/apr.spec 25 Jun 2007 10:34:04 -0000 1.48
+++ openpkg-src/apr/apr.spec 31 Jul 2007 22:20:38 -0000 1.49
@@ -37,7 +37,7 @@
Group: Libraries
License: Apache
Version: %{V_apr}
-Release: 20070625
+Release: 20070801
# package options
%option with_threads no
@@ -56,8 +56,8 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130, make
PreReq: OpenPKG, openpkg >= 20040130
-BuildPreReq: expat
-PreReq: expat
+BuildPreReq: expat, sed
+PreReq: expat, sed
%if "%{with_db}" == "yes"
BuildPreReq: db
PreReq: db
@@ -103,6 +103,7 @@
( cd apr-%{V_apr}
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
+ CONFIG_SHELL="/bin/sh" \
./configure \
--enable-layout=GNU \
--prefix=%{l_prefix} \
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]