diff --git a/system/devel/libatomic_ops/actions.py b/system/devel/libatomic_ops/actions.py index 76a87890..e5bee5a9 100644 --- a/system/devel/libatomic_ops/actions.py +++ b/system/devel/libatomic_ops/actions.py @@ -12,7 +12,7 @@ from pisi.actionsapi import get def setup(): shelltools.system("./autogen.sh") - autotools.configure("--prefix=/usr") + autotools.configure("--prefix=/usr --enable-shared") def build(): autotools.make() diff --git a/system/devel/libatomic_ops/pspec.xml b/system/devel/libatomic_ops/pspec.xml index 20061b81..2acdbf73 100644 --- a/system/devel/libatomic_ops/pspec.xml +++ b/system/devel/libatomic_ops/pspec.xml @@ -13,7 +13,7 @@ library Atomic memory update operations library libatomic_ops provides implementations for atomic memory update operations on a number of architectures. This allows direct use of these in reasonably portable code. - https://github.com/ivmai/libatomic_ops/releases/download/v7.8.0/libatomic_ops-7.8.0.tar.gz + https://github.com/ivmai/libatomic_ops/releases/download/v7.8.2/libatomic_ops-7.8.2.tar.gz @@ -37,6 +37,13 @@ + + 2023-12-17 + 7.8.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2023-03-26 7.8.0