From edc4449fcdac91ad94207bf2ef804d32805668d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Mon, 27 Jan 2020 15:48:18 +0100 Subject: [PATCH] community/systemc: add -static subpackage --- community/systemc/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/systemc/APKBUILD b/community/systemc/APKBUILD index 595d4f463d6..209cda764fc 100644 --- a/community/systemc/APKBUILD +++ b/community/systemc/APKBUILD @@ -2,12 +2,12 @@ # Maintainer: Sören Tempel pkgname=systemc pkgver=2.3.3 -pkgrel=0 +pkgrel=1 pkgdesc="C++ library for modeling and describing complex hardware systems" url="https://www.accellera.org/downloads/standards/systemc" arch="x86 x86_64" # upstream only supports x86* license="Apache-2.0" -subpackages="$pkgname-doc $pkgname-dev" +subpackages="$pkgname-doc $pkgname-static $pkgname-dev" source="https://www.accellera.org/images/downloads/standards/$pkgname/$pkgname-$pkgver.tar.gz" builddir="$srcdir/$pkgname-$pkgver/objdir" @@ -25,7 +25,7 @@ build() { --mandir=/usr/share/man \ --localstatedir=/var \ --with-unix-layout=yes \ - --disable-static + --enable-static make }