diff options
Diffstat (limited to 'core/ldns')
-rw-r--r-- | core/ldns/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/ldns/PKGBUILD b/core/ldns/PKGBUILD index 44607652a..98ac36415 100644 --- a/core/ldns/PKGBUILD +++ b/core/ldns/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 171551 2012-11-19 03:55:29Z bisson $ +# $Id: PKGBUILD 197817 2013-10-30 11:04:09Z allan $ # Maintainer: Gaetan Bisson <bisson@archlinux.org> # Contributor: mathieui <mathieui@mathieui.net> # Contributor: jiribb <jiribb@gmail.com> @@ -10,7 +10,6 @@ pkgdesc='Fast DNS library supporting recent RFCs' url='http://www.nlnetlabs.nl/projects/ldns/' license=('custom:BSD') arch=('i686' 'x86_64' 'mips64el') -options=('!libtool') depends=('openssl' 'dnssec-anchors') optdepends=('libpcap: ldns-dpa tool') makedepends=('libpcap') |