Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 570985 Details for
Bug 804478
bind-sdb is missing BDB DLZ drivers
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh92 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Enable BDB DLZ support in bind-sdb
bind-dlz-db.patch (text/plain), 3.02 KB, created by
Henrik Nordström
on 2012-03-19 02:15:17 UTC
(
hide
)
Description:
Enable BDB DLZ support in bind-sdb
Filename:
MIME Type:
Creator:
Henrik Nordström
Created:
2012-03-19 02:15:17 UTC
Size:
3.02 KB
patch
obsolete
>diff --git a/bind.spec b/bind.spec >index 90f700e..9473461 100644 >--- a/bind.spec >+++ b/bind.spec >@@ -107,7 +107,7 @@ BuildRequires: openssl-devel, libtool, autoconf, pkgconfig, libcap-devel > BuildRequires: libidn-devel, libxml2-devel > BuildRequires: systemd-units > %if %{SDB} >-BuildRequires: openldap-devel, postgresql-devel, sqlite-devel, mysql-devel >+BuildRequires: openldap-devel, postgresql-devel, sqlite-devel, mysql-devel, db4-devel > %endif > %if %{test} > BuildRequires: net-tools >@@ -242,37 +242,8 @@ Based on the code from Jan "Yenya" Kasprzak <kas@fi.muni.cz> > %patch16 -p1 -b .redhat_doc > %patch104 -p1 -b .dyndb > %patch128 -p1 -b .coverity >-%if %{SDB} >-%patch101 -p1 -b .old-api >-mkdir bin/named-sdb >-cp -r bin/named/* bin/named-sdb >-%patch11 -p1 -b .sdbsrc >-# SDB ldap >-cp -fp contrib/sdb/ldap/ldapdb.[ch] bin/named-sdb >-# SDB postgreSQL >-cp -fp contrib/sdb/pgsql/pgsqldb.[ch] bin/named-sdb >-# SDB sqlite >-cp -fp contrib/sdb/sqlite/sqlitedb.[ch] bin/named-sdb >-# SDB Berkeley DB - needs to be ported to DB4! >-#cp -fp contrib/sdb/bdb/bdb.[ch] bin/named_sdb >-# SDB dir >-cp -fp contrib/sdb/dir/dirdb.[ch] bin/named-sdb >-# SDB tools >-mkdir -p bin/sdb_tools >-cp -fp %{SOURCE30} bin/sdb_tools/ldap2zone.c >-cp -fp %{SOURCE7} bin/sdb_tools/Makefile.in >-#cp -fp contrib/sdb/bdb/zone2bdb.c bin/sdb_tools >-cp -fp contrib/sdb/ldap/{zone2ldap.1,zone2ldap.c} bin/sdb_tools >-cp -fp contrib/sdb/pgsql/zonetodb.c bin/sdb_tools >-cp -fp contrib/sdb/sqlite/zone2sqlite.c bin/sdb_tools >-%patch12 -p1 -b .sdb >-%endif >-%if %{SDB} >-%patch17 -p1 -b .fix_sdb_ldap >-%endif >-%if %{SDB} >-%patch62 -p1 -b .sdb-sqlite-bld >-%endif >+ >+ > %patch71 -p1 -b .overflow > %ifnarch alpha ia64 > %patch72 -p1 -b .64bit >@@ -305,6 +276,37 @@ popd > %patch126 -p1 -b .v6only > %patch127 -p1 -b .forward > >+%if %{SDB} >+%patch101 -p1 -b .old-api >+mkdir bin/named-sdb >+cp -r bin/named/* bin/named-sdb >+%patch11 -p1 -b .sdbsrc >+# SDB ldap >+cp -fp contrib/sdb/ldap/ldapdb.[ch] bin/named-sdb >+# SDB postgreSQL >+cp -fp contrib/sdb/pgsql/pgsqldb.[ch] bin/named-sdb >+# SDB sqlite >+cp -fp contrib/sdb/sqlite/sqlitedb.[ch] bin/named-sdb >+# SDB Berkeley DB - needs to be ported to DB4! >+#cp -fp contrib/sdb/bdb/bdb.[ch] bin/named_sdb >+# SDB dir >+cp -fp contrib/sdb/dir/dirdb.[ch] bin/named-sdb >+# SDB tools >+mkdir -p bin/sdb_tools >+cp -fp %{SOURCE30} bin/sdb_tools/ldap2zone.c >+cp -fp %{SOURCE7} bin/sdb_tools/Makefile.in >+#cp -fp contrib/sdb/bdb/zone2bdb.c bin/sdb_tools >+cp -fp contrib/sdb/ldap/{zone2ldap.1,zone2ldap.c} bin/sdb_tools >+cp -fp contrib/sdb/pgsql/zonetodb.c bin/sdb_tools >+cp -fp contrib/sdb/sqlite/zone2sqlite.c bin/sdb_tools >+%patch12 -p1 -b .sdb >+%endif >+%if %{SDB} >+%patch17 -p1 -b .fix_sdb_ldap >+%endif >+%if %{SDB} >+%patch62 -p1 -b .sdb-sqlite-bld >+%endif > # Sparc and s390 arches need to use -fPIE > %ifarch sparcv9 sparc64 s390 s390x > for i in bin/named{,-sdb}/{,unix}/Makefile.in; do >@@ -345,6 +347,7 @@ libtoolize -c -f; aclocal -I m4 --force; autoconf -f > --with-dlz-postgres=yes \ > --with-dlz-mysql=yes \ > --with-dlz-filesystem=yes \ >+ --with-dlz-bdb=yes \ > %endif > %if %{GSSTSIG} > --with-gssapi=yes \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 804478
:
570985
|
570987