source: trunk/third/bind/configure.athena @ 17481

Revision 17481, 153 bytes checked in by zacheiss, 23 years ago (diff)
Disable IPv6 support. Solaris maps "localhost" to both the IPv6 loopback (::1) as well as 127.0.0.1, but we don't enable any IPv6 interfaces, so using "localhost" as your nameserver times out.
  • Property svn:executable set to *
Line 
1#!/bin/sh
2unset CONFIG_SITE
3CFLAGS=-g
4export CFLAGS
5exec ./configure --prefix=/usr/athena --sbindir=/usr/athena/etc \
6  --sysconfdir=/etc --disable-ipv6
Note: See TracBrowser for help on using the repository browser.