summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2013-02-10 21:25:41 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2013-02-10 21:25:41 -0500
commit857ba5d67e271486e68cf4a95cffc13e12387bc0 (patch)
tree3b42ff6c6d1f9a444a25b12ec21c3de1bf7ff853
parent2cf13e49339ff877dfbe043a813c2d8b41281d02 (diff)
Fix build in libdnet
-rw-r--r--community/libdnet/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/libdnet/PKGBUILD b/community/libdnet/PKGBUILD
index c7dd280e1..2ba06e4b6 100644
--- a/community/libdnet/PKGBUILD
+++ b/community/libdnet/PKGBUILD
@@ -4,7 +4,7 @@
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 'mips64el')
makedepends=(python2)
@@ -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