OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Christoph Schug
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 24-Mar-2004 17:05:55
Branch: HEAD Handle: 2004032416055400
Modified files:
openpkg-src/webalizer webalizer.spec
Log:
fixed DNS resolving db build
Summary:
Revision Changes Path
1.18 +5 -1 openpkg-src/webalizer/webalizer.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/webalizer/webalizer.spec
============================================================================
$ cvs diff -u -r1.17 -r1.18 webalizer.spec
--- openpkg-src/webalizer/webalizer.spec 7 Feb 2004 17:59:49 -0000 1.17
+++ openpkg-src/webalizer/webalizer.spec 24 Mar 2004 16:05:54 -0000 1.18
@@ -38,7 +38,7 @@
Group: Web
License: GPL
Version: %{V_here}
-Release: 20040207
+Release: 20040324
# package options
%option with_dns no
@@ -53,6 +53,10 @@
PreReq: OpenPKG, openpkg >= 20040130
BuildPreReq: gd, png, zlib, db >= 4.1.24
PreReq: gd, png, zlib, db >= 4.1.24
+%if "%{with_dns}" == "yes"
+BuildPreReq: db::with_compat = yes
+PreReq: db::with_compat = yes
+%endif
AutoReq: no
AutoReqProv: no
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]