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: 05-Oct-2007 18:40:38
Branch: HEAD Handle: 2007100517403800
Modified files:
openpkg-src/bind bind.spec
Log:
be complete and provide also ODBC DLZ option
Summary:
Revision Changes Path
1.128 +8 -0 openpkg-src/bind/bind.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bind/bind.spec
============================================================================
$ cvs diff -u -r1.127 -r1.128 bind.spec
--- openpkg-src/bind/bind.spec 5 Oct 2007 15:37:40 -0000 1.127
+++ openpkg-src/bind/bind.spec 5 Oct 2007 16:40:38 -0000 1.128
@@ -44,6 +44,7 @@
%option with_threads no
%option with_pgsql no
%option with_mysql no
+%option with_odbc no
%option with_ldap no
# list of sources
@@ -68,6 +69,10 @@
BuildPreReq: mysql
PreReq: mysql
%endif
+%if "%{with_odbc}" == "yes"
+BuildPreReq: ODBC
+PreReq: ODBC
+%endif
%if "%{with_ldap}" == "yes"
BuildPreReq: openldap, openssl
PreReq: openldap, openssl
@@ -130,6 +135,9 @@
%if "%{with_mysql}" == "yes"
--with-dlz-mysql=%{l_prefix} \
%endif
+%if "%{with_odbc}" == "yes"
+ --with-dlz-odbc=%{l_prefix} \
+%endif
%if "%{with_ldap}" == "yes"
--with-dlz-ldap=%{l_prefix} \
%endif
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]