diff options
Diffstat (limited to 'core/ldns/PKGBUILD')
-rw-r--r-- | core/ldns/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ldns/PKGBUILD b/core/ldns/PKGBUILD index 94a25fc7c..57a93e592 100644 --- a/core/ldns/PKGBUILD +++ b/core/ldns/PKGBUILD @@ -9,7 +9,7 @@ pkgrel=1 pkgdesc='Fast DNS library supporting recent RFCs' url='http://www.nlnetlabs.nl/projects/ldns/' license=('custom:BSD') -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') options=('!libtool') depends=('openssl' 'dnssec-anchors') optdepends=('libpcap: ldns-dpa tool') |