From 28359a30be96080d30700b498577dbe92ece756b Mon Sep 17 00:00:00 2001 From: Rmys Date: Tue, 6 Feb 2024 15:56:43 +0300 Subject: [PATCH] libatomic_ops-7.8.2 --- system/devel/libatomic_ops/actions.py | 2 +- system/devel/libatomic_ops/pspec.xml | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) 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