diff options
author | dougb <dougb@FreeBSD.org> | 2010-12-18 17:50:45 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-12-18 17:50:45 +0800 |
commit | 2d912ab10db513d1ac0bbe763c9cce2cfdb76c66 (patch) | |
tree | e7b15fff5508c8d183a8b9be08f179f128bd1cb1 /dns | |
parent | af9d6af4405ada537d8af5364bbadf64b0c0e6c9 (diff) | |
download | freebsd-ports-graphics-2d912ab10db513d1ac0bbe763c9cce2cfdb76c66.tar.gz freebsd-ports-graphics-2d912ab10db513d1ac0bbe763c9cce2cfdb76c66.tar.zst freebsd-ports-graphics-2d912ab10db513d1ac0bbe763c9cce2cfdb76c66.zip |
We need _all_ the fixes from ../bind97
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind98/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index 829d9db0007..b71ac8dcafc 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -32,6 +32,7 @@ MAKE_JOBS_UNSAFE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ + --disable-symtable \ --with-randomdev=/dev/random CONFLICTS= bind9*-9.[4567].* bind9-sdb-* host-* bind-tools-9.* |