aboutsummaryrefslogtreecommitdiffstats
path: root/testing/log4cplus/APKBUILD
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2019-12-08 11:17:45 +0100
committerJakub Jirutka <jakub@jirutka.cz>2019-12-08 11:55:50 +0100
commit58ae13dcb0affcf8f71651f85959b20586725ba3 (patch)
tree0f32c361bc14d691a0f392c5733bd42d54e81b7a /testing/log4cplus/APKBUILD
parent9019c4819276ae3a4f2141131430ce7e9ac426cf (diff)
testing/log4cplus: build static libs and add subpackage -static
Diffstat (limited to 'testing/log4cplus/APKBUILD')
-rw-r--r--testing/log4cplus/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/log4cplus/APKBUILD b/testing/log4cplus/APKBUILD
index bdc7bea7516..75384914d7e 100644
--- a/testing/log4cplus/APKBUILD
+++ b/testing/log4cplus/APKBUILD
@@ -11,7 +11,7 @@ url="https://sourceforge.net/p/log4cplus/wiki/Home/"
arch="all !armhf !armv7" # test 50 dumps core
license="Apache-2.0"
checkdepends="findutils"
-subpackages="$pkgname-dev $pkgname-unicode"
+subpackages="$pkgname-static $pkgname-dev $pkgname-unicode"
source="https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz"
builddir="$srcdir/$pkgname-$pkgver"
@@ -25,6 +25,7 @@ build() {
--localstatedir=/var \
--disable-implicit-initialization \
--enable-lto \
+ --enable-static \
--with-working-c-locale
make
}