Browse Source

switch to versioned distribution files and fix building under Solaris 10

master
parent
commit
34984b3978
  1. 13
      bind8/bind8.patch
  2. 6
      bind8/bind8.spec

13
bind8/bind8.patch

@ -50,3 +50,16 @@
/* Couldn't free it before now since we were using fields out of it. */
FREE(del);
Index: src/port/solaris/include/port_after.h
--- src/port/solaris/include/port_after.h.orig 2005-02-18 12:28:23.703175502 +0100
+++ src/port/solaris/include/port_after.h 2005-02-18 12:27:28.150590319 +0100
@@ -8,7 +8,9 @@
#define NETREAD_BROKEN
#define USE_WAITPID
#define HAVE_FCHMOD
+#if (OS_MAJOR == 5 && OS_MINOR < 10)
#define NEED_PSELECT
+#endif
#define SETGRENT_VOID
#define SETPWENT_VOID
#define SIOCGIFCONF_ADDR

6
bind8/bind8.spec

@ -34,11 +34,11 @@ Class: PLUS
Group: DNS
License: GPL
Version: 8.4.6
Release: 20050125
Release: 20050218
# list of sources
Source0: ftp://ftp.isc.org/isc/bind/src/%{version}/bind-src.tar.gz
Source1: ftp://ftp.isc.org/isc/bind/src/%{version}/bind-doc.tar.gz
Source0: ftp://ftp.openpkg.org/sources/CPY/VERSIONED/bind8/bind-%{version}-src.tar.gz
Source1: ftp://ftp.openpkg.org/sources/CPY/VERSIONED/bind8/bind-%{version}-doc.tar.gz
Source2: db.root
Source3: db.root.sh
Source4: db.localhost

Loading…
Cancel
Save