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:52:14
Branch: HEAD Handle: 2005072609521400
Modified files:
openpkg-src/make make.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.35 +4 -4 openpkg-src/make/make.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/make/make.spec
============================================================================
$ cvs diff -u -r1.34 -r1.35 make.spec
--- openpkg-src/make/make.spec 26 Jul 2005 08:31:20 -0000 1.34
+++ openpkg-src/make/make.spec 26 Jul 2005 08:52:14 -0000 1.35
@@ -42,8 +42,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130
-PreReq: OpenPKG, openpkg >= 20040130
+BuildPreReq: OpenPKG, openpkg >= 20050726
+PreReq: OpenPKG, openpkg >= 20050726
AutoReq: no
AutoReqProv: no
@@ -67,9 +67,9 @@
# configure package
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
- AR="%{l_tool_locate ar ar}" \
- CONFIG_SHELL="%{l_bash}" \
+ AR="%{l_ar}" \
MAKE="%{l_make}" \
+ CONFIG_SHELL="%{l_bash}" \
./configure \
--prefix=%{l_prefix} \
--without-libiconv-prefix \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]