OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 26-Apr-2004 17:52:35
Branch: HEAD Handle: 2004042616523400
Modified files:
openpkg-src/gcc33 gcc33.spec
Log:
apply same Bash configure workaround here, too.
Summary:
Revision Changes Path
1.44 +2 -1 openpkg-src/gcc33/gcc33.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gcc33/gcc33.spec
============================================================================
$ cvs diff -u -r1.43 -r1.44 gcc33.spec
--- openpkg-src/gcc33/gcc33.spec 22 Apr 2004 07:22:07 -0000 1.43
+++ openpkg-src/gcc33/gcc33.spec 26 Apr 2004 15:52:34 -0000 1.44
@@ -40,7 +40,7 @@
Group: Compiler
License: GPL
Version: %{V_full}
-Release: 20040422
+Release: 20040426
# package options
%option with_cxx yes
@@ -164,6 +164,7 @@
# configure the package
CC="%{l_cc}" \
CFLAGS="%{l_cflags}" \
+ CONFIG_SHELL="%{l_bash}" \
../configure \
--prefix=%{l_prefix} \
--exec-prefix=%{l_prefix} \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]