bind: update rshlibs, needs readline-devel to build.
This commit is contained in:
parent
70344aaeb0
commit
e238975419
|
@ -1,8 +1,6 @@
|
|||
libreadline.so.6
|
||||
libdl.so.2
|
||||
libpthread.so.0
|
||||
libxml2.so.2
|
||||
libz.so.1
|
||||
libm.so.6
|
||||
libc.so.6
|
||||
libgssapi_krb5.so.2
|
||||
libkrb5.so.3
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
libreadline.so.6
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
liblwres.so.90
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
libreadline.so.6
|
||||
libkrb5.so.3
|
||||
libdl.so.2
|
||||
libpthread.so.0
|
||||
libxml2.so.2
|
||||
libc.so.6
|
||||
libcap.so.2
|
||||
liblwres.so.90
|
||||
|
|
|
@ -9,7 +9,8 @@ build_style=gnu-configure
|
|||
configure_args="--disable-static --with-openssl --with-libxml2
|
||||
--enable-threads --enable-largefile --enable-ipv6 --with-libtool
|
||||
--enable-atomic --sysconfdir=/etc/named"
|
||||
makedepends="perl>=0 openssl-devel mit-krb5-devel libxml2-devel libcap-devel"
|
||||
makedepends="perl>=0 openssl-devel mit-krb5-devel libxml2-devel libcap-devel
|
||||
readline-devel"
|
||||
short_desc="Berkeley Internet Name Domain server"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="ISC"
|
||||
|
|
Loading…
Reference in New Issue