aboutsummaryrefslogtreecommitdiffstats
path: root/main/augeas
diff options
context:
space:
mode:
authorMike Sullivan <mksully22@gmail.com>2018-05-07 17:42:09 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2018-05-07 18:22:38 +0000
commitbb95d94aaaa667641770ef460512b4c0c96ca644 (patch)
tree2d434513083c61744114059e224372d8f8ff8533 /main/augeas
parentd04fc20dcfbee6b3254723670f98894d5c3e5210 (diff)
downloadaports-bb95d94aaaa667641770ef460512b4c0c96ca644.tar.bz2
aports-bb95d94aaaa667641770ef460512b4c0c96ca644.tar.xz
main/augeas: use autoreconf to update automake version dependancy
Added libtool to build dependancies
Diffstat (limited to 'main/augeas')
-rw-r--r--main/augeas/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/main/augeas/APKBUILD b/main/augeas/APKBUILD
index 3acc8ce2cd..5d8984c464 100644
--- a/main/augeas/APKBUILD
+++ b/main/augeas/APKBUILD
@@ -1,12 +1,12 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=augeas
pkgver=1.10.1
-pkgrel=2
+pkgrel=3
pkgdesc="A configuration editing tool"
url="http://augeas.net"
arch="all"
license="LGPL-2.0-or-later"
-makedepends="autoconf automake libxml2-dev readline-dev"
+makedepends="autoconf automake libxml2-dev readline-dev libtool"
subpackages="$pkgname-static $pkgname-dev $pkgname-doc $pkgname-tests::noarch $pkgname-libs"
source="http://download.augeas.net/augeas-$pkgver.tar.gz
0001-new-lens-Strongswan.patch
@@ -19,6 +19,8 @@ options="!checkroot"
build() {
cd "$builddir"
+ autoreconf -f -i
+
./configure \
--build=$CBUILD \
--host=$CHOST \