OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 18-Oct-2004 14:00:42
Branch: HEAD Handle: 2004101813004200
Modified files:
openpkg-src/rbldnsd rbldnsd.spec
Log:
try to workaround configure problem
Summary:
Revision Changes Path
1.5 +3 -3 openpkg-src/rbldnsd/rbldnsd.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/rbldnsd/rbldnsd.spec
============================================================================
$ cvs diff -u -r1.4 -r1.5 rbldnsd.spec
--- openpkg-src/rbldnsd/rbldnsd.spec 11 Oct 2004 15:30:22 -0000 1.4
+++ openpkg-src/rbldnsd/rbldnsd.spec 18 Oct 2004 12:00:42 -0000 1.5
@@ -34,7 +34,7 @@
Group: DNS
License: GPL
Version: 0.993.1
-Release: 20041011
+Release: 20041018
# package options
%option with_fsl yes
@@ -50,7 +50,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130
+BuildPreReq: OpenPKG, openpkg >= 20040130, gcc
PreReq: OpenPKG, openpkg >= 20040130
%if "%{with_fsl}" == "yes"
BuildPreReq: fsl >= 1.3.0
@@ -81,7 +81,7 @@
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
CPPFLAGS="%{l_cppflags}" \
- LDFLAGS="%{l_ldflags} %{l_fsl_ldflags}" \
+ LDFLAGS="%{l_ldflags} %{l_fsl_ldflags}" \
LIBS="%{l_fsl_libs}" \
./configure
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]