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: 14-Mar-2005 21:11:30
Branch: HEAD Handle: 2005031420113000
Modified files:
openpkg-src/lsof lsof.spec
Log:
really use the required 'gcc'
Summary:
Revision Changes Path
1.51 +2 -2 openpkg-src/lsof/lsof.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/lsof/lsof.spec
============================================================================
$ cvs diff -u -r1.50 -r1.51 lsof.spec
--- openpkg-src/lsof/lsof.spec 17 Jan 2005 18:57:44 -0000 1.50
+++ openpkg-src/lsof/lsof.spec 14 Mar 2005 20:11:30 -0000 1.51
@@ -34,7 +34,7 @@
Group: Filesystem
License: BSD
Version: 4.74
-Release: 20050117
+Release: 20050314
# list of sources
Source0:
ftp://lsof.itap.purdue.edu/pub/tools/unix/lsof/lsof_%{version}.tar.gz
@@ -72,7 +72,7 @@
*-hpux* ) platform="hpuxgcc" ;;
* ) echo "Platform %{l_platform -t} not supported" 1>&2; exit 1 ;;
esac
- PATH=/bin:/usr/bin:$PATH ./Configure -n $platform
+ PATH=/bin:/usr/bin:$PATH LSOF_CC="%{l_cc}" ./Configure -n $platform
%{l_make} %{l_mflags}
%install
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]