From 6676871e901d6fa43d00b3e21166d9964bc37d61 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 14 Aug 2013 12:53:00 +0000 Subject: main/libconfig: update config.sub --- main/libconfig/APKBUILD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'main/libconfig') diff --git a/main/libconfig/APKBUILD b/main/libconfig/APKBUILD index 615f12e46..a2457ccd2 100644 --- a/main/libconfig/APKBUILD +++ b/main/libconfig/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa pkgname=libconfig pkgver=1.4.9 -pkgrel=0 +pkgrel=1 pkgdesc="a simple library for manipulating structured configuration files" url="http://www.hyperrealm.com/libconfig/" arch="all" @@ -12,6 +12,11 @@ source="http://www.hyperrealm.com/$pkgname/$pkgname-$pkgver.tar.gz" subpackages="$pkgname-doc $pkgname-dev" _builddir="$srcdir"/$pkgname-$pkgver +prepare() { + cd "$_builddir" + update_config_sub +} + build() { cd "$_builddir" ./configure \ -- cgit v1.2.3