OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 26-Jul-2005 10:31:35
Branch: HEAD Handle: 2005072609313500
Modified files:
openpkg-src/binutils binutils.spec
Log:
obey use_cc and use_make and prefer integrated well known bash in
favor of possibly esoteric vendor shell
Summary:
Revision Changes Path
1.62 +4 -1 openpkg-src/binutils/binutils.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/binutils/binutils.spec
============================================================================
$ cvs diff -u -r1.61 -r1.62 binutils.spec
--- openpkg-src/binutils/binutils.spec 13 Jun 2005 09:48:45 -0000
1.61
+++ openpkg-src/binutils/binutils.spec 26 Jul 2005 08:31:35 -0000
1.62
@@ -33,7 +33,7 @@
Group: Utility
License: GPL
Version: 2.16.1
-Release: 20050613
+Release: 20050726
# list of sources
Source0:
ftp://sources.redhat.com/pub/binutils/releases/binutils-%{version}.tar.bz2
@@ -86,6 +86,9 @@
) >lex.sh && chmod a+x lex.sh
echo "ac_cv_prog_LEX=`pwd`/lex.sh" >ld/config.cache
INSTALL="%{l_shtool} install -c" \
+ AR="%{l_tool_locate ar ar}" \
+ CONFIG_SHELL="%{l_bash}" \
+ MAKE="%{l_make}" \
./configure \
--prefix=%{l_prefix}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]