]> git.pld-linux.org Git - packages/bind.git/commitdiff
- disabled getifaddrs(), causes assertion failure when enabled
authorhawk <hawk@pld-linux.org>
Thu, 14 Oct 2004 11:37:43 +0000 (11:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (noted by Łukasz Grzanka)
- small cosmetics, STBR to test

Changed files:
    bind.spec -> 1.191.2.7

bind.spec

index c4fb5252a61cb2f97b21d4f9d781cf8b8cf19df3..3a6ac2f1a4168e3874c9b04957e0017bc9e59002 100644 (file)
--- a/bind.spec
+++ b/bind.spec
@@ -16,7 +16,7 @@ Summary(uk):  BIND - c
 Summary(zh_CN):        Internet ÓòÃû·þÎñÆ÷
 Name:          bind
 Version:       9.3.0
-Release:       0.1
+Release:       0.2
 Epoch:         5
 License:       BSD-like
 Group:         Networking/Daemons
@@ -327,12 +327,14 @@ cd lib/bind
 %{__autoconf}
 cd ../..
 %configure \
-       %{?with_ssl:--with-openssl=%{_prefix}} \
+       --with-idn \
        --with-libtool \
-       --enable-threads \
+       %{?with_ssl:--with-openssl=%{_prefix}} \
        %{?with_ipv6:--enable-ipv6} \
        --enable-libbind \
-       --with-idn
+       --enable-threads \
+       --disable-getifaddrs
+
 %{__make}
 
 %install
This page took 0.032799 seconds and 4 git commands to generate.