aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Sullivan <mksully22@gmail.com>2018-09-05 02:55:35 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-09-05 06:44:28 +0000
commitdf141cb83086d2e3b164bd3e8f708ddcd9b69381 (patch)
tree2755554ca0e96fb745c8e1d35e8b82492699f286
parent6d2a143c16dfb2e92fb6a5bc4ed708dab0ed6e15 (diff)
downloadaports-df141cb83086d2e3b164bd3e8f708ddcd9b69381.tar.bz2
aports-df141cb83086d2e3b164bd3e8f708ddcd9b69381.tar.xz
testing/log4cpp: fix unable to guess system type build error
-rw-r--r--testing/log4cpp/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/log4cpp/APKBUILD b/testing/log4cpp/APKBUILD
index f349dc5436..fcfc6b385c 100644
--- a/testing/log4cpp/APKBUILD
+++ b/testing/log4cpp/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer:
pkgname=log4cpp
pkgver=1.1.3
-pkgrel=0
+pkgrel=1
pkgdesc="Log for C++, modeled after Log4j."
url="http://log4cpp.sourceforge.net/"
arch="all"
@@ -16,6 +16,7 @@ builddir="$srcdir/"
build() {
cd "$builddir/$pkgname"
+ update_config_guess
./configure \
--prefix=/usr \
--sysconfdir=/etc \