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:20
Branch: HEAD Handle: 2005072609312000
Modified files:
openpkg-src/make make.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.34 +4 -1 openpkg-src/make/make.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/make/make.spec
============================================================================
$ cvs diff -u -r1.33 -r1.34 make.spec
--- openpkg-src/make/make.spec 24 Mar 2005 11:19:25 -0000 1.33
+++ openpkg-src/make/make.spec 26 Jul 2005 08:31:20 -0000 1.34
@@ -33,7 +33,7 @@
Group: Development
License: GPL
Version: 3.80
-Release: 20040207
+Release: 20050726
# list of sources
Source0: ftp://ftp.gnu.org/gnu/make/make-%{version}.tar.gz
@@ -67,6 +67,9 @@
# configure package
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
+ AR="%{l_tool_locate ar ar}" \
+ CONFIG_SHELL="%{l_bash}" \
+ MAKE="%{l_make}" \
./configure \
--prefix=%{l_prefix} \
--without-libiconv-prefix \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]