aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kojedzinszky <richard@kojedz.in>2020-05-28 21:12:45 +0200
committerRichard Kojedzinszky <richard@kojedz.in>2020-05-28 21:38:02 +0200
commitf67850026ed19a86653201b432a66c7fe418e508 (patch)
tree557e3cc64178a4a087f69174d62a9383eba0001b
parent7c53e548ff9dd5dda4df432a5b6056afd7acb6f4 (diff)
downloadalpine_aports-f67850026ed19a86653201b432a66c7fe418e508.tar.bz2
alpine_aports-f67850026ed19a86653201b432a66c7fe418e508.tar.xz
alpine_aports-f67850026ed19a86653201b432a66c7fe418e508.zip
community/logc4plus: re-enable on all platforms
-rw-r--r--community/log4cplus/APKBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/community/log4cplus/APKBUILD b/community/log4cplus/APKBUILD
index e9fbef4259..c1a26008c5 100644
--- a/community/log4cplus/APKBUILD
+++ b/community/log4cplus/APKBUILD
@@ -4,10 +4,7 @@ pkgver=2.0.5
4pkgrel=0 4pkgrel=0
5pkgdesc="Logging Framework for C++" 5pkgdesc="Logging Framework for C++"
6url="https://sourceforge.net/p/log4cplus/wiki/Home/" 6url="https://sourceforge.net/p/log4cplus/wiki/Home/"
7# tests/testsuite.dir/58/testsuite.log 7arch="all"
8# 4 ./appender_test.at:5: "$abs_top_builddir/appender_test" 2>&1
9# 5 Aborted (core dumped)
10arch="all !armhf !armv7" # test 50 dumps core
11license="Apache-2.0" 8license="Apache-2.0"
12checkdepends="findutils" 9checkdepends="findutils"
13subpackages="$pkgname-static $pkgname-dev $pkgname-unicode" 10subpackages="$pkgname-static $pkgname-dev $pkgname-unicode"