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