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: 12-Oct-2006 13:21:36
Branch: HEAD Handle: 2006101212213600
Modified files:
openpkg-src/drac drac.spec
Log:
do not override parameters and this way fix building
Summary:
Revision Changes Path
1.11 +2 -5 openpkg-src/drac/drac.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/drac/drac.spec
============================================================================
$ cvs diff -u -r1.10 -r1.11 drac.spec
--- openpkg-src/drac/drac.spec 25 Aug 2006 19:16:17 -0000 1.10
+++ openpkg-src/drac/drac.spec 12 Oct 2006 11:21:36 -0000 1.11
@@ -33,7 +33,7 @@
Group: Mail
License: BSD
Version: 1.12
-Release: 20060825
+Release: 20061012
# package options
%option with_fsl yes
@@ -118,10 +118,7 @@
rpc.dracd.c
# build program and library
- %{l_make} %{l_mflags} \
- CC="%{l_cc}" \
- CFLAGS="%{l_cflags -O}" \
- LDFLAGS="%{l_ldflags}"
+ %{l_make} %{l_mflags}
%install
# create installation area
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]