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: 26-Jul-2005 10:55:38
Branch: HEAD Handle: 2005072609553700
Modified files:
openpkg-src/binutils binutils.spec
Log:
use l_ar and boundle CONFIG_SHELL with configure to better show that
it is tight to it
Summary:
Revision Changes Path
1.63 +4 -4 openpkg-src/binutils/binutils.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/binutils/binutils.spec
============================================================================
$ cvs diff -u -r1.62 -r1.63 binutils.spec
--- openpkg-src/binutils/binutils.spec 26 Jul 2005 08:31:35 -0000
1.62
+++ openpkg-src/binutils/binutils.spec 26 Jul 2005 08:55:37 -0000
1.63
@@ -42,8 +42,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, make
-PreReq: OpenPKG, openpkg >= 20040130
+BuildPreReq: OpenPKG, openpkg >= 20050726, make
+PreReq: OpenPKG, openpkg >= 20050726
AutoReq: no
AutoReqProv: no
@@ -86,9 +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}" \
+ AR="%{l_ar}" \
MAKE="%{l_make}" \
+ CONFIG_SHELL="%{l_bash}" \
./configure \
--prefix=%{l_prefix}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]