summaryrefslogtreecommitdiff
path: root/community/libdnet/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libdnet/PKGBUILD')
-rw-r--r--community/libdnet/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/libdnet/PKGBUILD b/community/libdnet/PKGBUILD
index 3c4c0f057..2ba06e4b6 100644
--- a/community/libdnet/PKGBUILD
+++ b/community/libdnet/PKGBUILD
@@ -4,9 +4,9 @@
pkgname=libdnet
pkgver=1.12
-pkgrel=6
+pkgrel=6.1
pkgdesc="A simplified, portable interface to several low-level networking routines"
-arch=(i686 x86_64)
+arch=(i686 x86_64 'mips64el')
makedepends=(python2)
optdepends=(python2)
license=("BSD")
@@ -17,7 +17,7 @@ md5sums=('9253ef6de1b5e28e9c9a62b882e44cc9')
build() {
cd $srcdir/$pkgname-$pkgver
-
+ sed -i 's|AM_CONFIG_HEADER|AC_CONFIG_HEADERS|g' configure.in
autoreconf -I config --force --install
./configure --prefix=/usr
make