summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2020-01-27 15:48:18 +0100
committerSören Tempel <soeren+git@soeren-tempel.net>2020-01-27 15:48:30 +0100
commitedc4449fcdac91ad94207bf2ef804d32805668d3 (patch)
tree9cd18c2010d4a493e378b392bc73a6583315409e
parent2976c5f977e42dcafdecdf05fc6eedbd5825ecbe (diff)
downloadaports-edc4449fcdac91ad94207bf2ef804d32805668d3.zip
community/systemc: add -static subpackage
-rw-r--r--community/systemc/APKBUILD6
1 files 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 <soeren+alpine@soeren-tempel.net>
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
}