]> git.pld-linux.org Git - packages/bind.git/commitdiff
- BR: readline-devel (for nslookup)
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 17 Jan 2013 16:37:11 +0000 (17:37 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 17 Jan 2013 16:37:11 +0000 (17:37 +0100)
bind.spec

index 2190df2c46cfb1a00a3321affd057d65bde8dfd4..8a84307b36a97379bc93d4c6657f628fa33723c1 100644 (file)
--- a/bind.spec
+++ b/bind.spec
@@ -9,10 +9,10 @@
 %bcond_without sql             # build without SQL support
 %bcond_without static_libs     # build without static libraries
 %bcond_without tests           # perform tests
-%bcond_with edns_cli           # build with the ability to use edns-client-subnet in dig
+%bcond_with    edns_cli        # build with the ability to use edns-client-subnet in dig
 %bcond_with    hip             # build with HIP RR support
 %if "%{pld_release}" == "ac"
-%bcond_with            epoll           # enable epoll support
+%bcond_with    epoll           # enable epoll support
 # there didn't exist x86_64 2.4 kernel in PLD, so can safely enable epoll
 %ifarch %{x8664}
 %define                with_epoll      1
@@ -82,6 +82,7 @@ BuildRequires:        libtool
 %{?with_ldap:BuildRequires:    openldap-devel}
 %{?with_ssl:BuildRequires:     openssl-devel >= 0.9.8d}
 %{?with_sql:BuildRequires:     postgresql-devel}
+BuildRequires: readline-devel
 BuildRequires: rpm >= 4.4.9-56
 BuildRequires: rpmbuild(macros) >= 1.268
 %{?with_sql:BuildRequires:     unixODBC-devel}
This page took 0.269295 seconds and 4 git commands to generate.