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 17:09:01
Branch: HEAD Handle: 2007100516090100
Modified files:
openpkg-src/bind bind.spec
Log:
withdraw my idea of libbind, it is not worth the trouble
Summary:
Revision Changes Path
1.124 +1 -6 openpkg-src/bind/bind.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/bind/bind.spec
============================================================================
$ cvs diff -u -r1.123 -r1.124 bind.spec
--- openpkg-src/bind/bind.spec 5 Oct 2007 15:07:58 -0000 1.123
+++ openpkg-src/bind/bind.spec 5 Oct 2007 15:09:01 -0000 1.124
@@ -42,7 +42,6 @@
# package options
%option with_dnssec yes
%option with_threads no
-%option with_libbind no
%option with_dlz_pgsql no
%option with_dlz_mysql no
%option with_dlz_ldap no
@@ -126,11 +125,6 @@
%else
--without-openssl \
%endif
-%if "%{with_libbind}" == "yes"
- --with-libbind \
-%else
- --without-libbind \
-%endif
%if "%{with_threads}" == "yes"
--enable-threads \
%else
@@ -145,6 +139,7 @@
%if "%{with_dlz_ldap}" == "yes"
--with-dlz-ldap=%{l_prefix} \
%endif
+ --without-libbind \
--with-libtool \
--disable-shared \
--disable-nls
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]