liburcu: update to 0.14.0, orphan.
Author hasn't made any commits to void-packages since December 2016
(653309c188
).
This commit is contained in:
parent
e4e6c57f83
commit
4d0497766f
3 changed files with 12 additions and 39 deletions
|
@ -2730,13 +2730,13 @@ libmarkdown.so.2 discount-2.2.0_3
|
|||
libkeystone.so.0 keystone-0.9_1
|
||||
libmate-slab.so.0 libmate-control-center-1.14.0_2
|
||||
libuev.so.3 libuev-2.4.0_1
|
||||
liburcu-bp.so.6 liburcu-0.10.0_1
|
||||
liburcu-cds.so.6 liburcu-0.10.0_1
|
||||
liburcu-common.so.6 liburcu-0.10.0_1
|
||||
liburcu-mb.so.6 liburcu-0.10.0_1
|
||||
liburcu-qsbr.so.6 liburcu-0.10.0_1
|
||||
liburcu-signal.so.6 liburcu-0.10.0_1
|
||||
liburcu.so.6 liburcu-0.10.0_1
|
||||
liburcu-bp.so.8 liburcu-0.14.0_1
|
||||
liburcu-cds.so.8 liburcu-0.14.0_1
|
||||
liburcu-common.so.8 liburcu-0.14.0_1
|
||||
liburcu-mb.so.8 liburcu-0.14.0_1
|
||||
liburcu-qsbr.so.8 liburcu-0.14.0_1
|
||||
liburcu-signal.so.8 liburcu-0.14.0_1
|
||||
liburcu.so.8 liburcu-0.14.0_1
|
||||
liblttng-ust.so.0 lttng-ust-2.7.2_1
|
||||
liblttng-ust-ctl.so.4 lttng-ust-2.10.0_1
|
||||
liblttng-ust-fork.so.0 lttng-ust-2.7.2_1
|
||||
|
|
|
@ -1,28 +0,0 @@
|
|||
commit b7e9de38d953218f3c7faaf39795bf7ac68a0e81
|
||||
Author: q66 <daniel@octaforge.org>
|
||||
Date: Sun Sep 25 13:58:16 2022 +0000
|
||||
|
||||
fix build on ppcle
|
||||
|
||||
diff --git a/configure b/configure
|
||||
index 449fc8c..710cbfe 100755
|
||||
--- a/configure
|
||||
+++ b/configure
|
||||
@@ -15038,6 +15038,8 @@ case $host_cpu in #(
|
||||
ARCHTYPE="x86" ;; #(
|
||||
powerpc) :
|
||||
ARCHTYPE="ppc" ;; #(
|
||||
+ powerpcle) :
|
||||
+ ARCHTYPE="ppc" ;; #(
|
||||
ppc64) :
|
||||
ARCHTYPE="ppc" ;; #(
|
||||
powerpc64) :
|
||||
@@ -15046,6 +15048,8 @@ case $host_cpu in #(
|
||||
ARCHTYPE="ppc" ;; #(
|
||||
ppc) :
|
||||
ARCHTYPE="ppc" ;; #(
|
||||
+ ppcle) :
|
||||
+ ARCHTYPE="ppc" ;; #(
|
||||
s390) :
|
||||
ARCHTYPE="s390" ;; #(
|
||||
s390x) :
|
|
@ -1,15 +1,16 @@
|
|||
# Template file for 'liburcu'
|
||||
pkgname=liburcu
|
||||
version=0.12.2
|
||||
version=0.14.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static"
|
||||
short_desc="Userspace RCU (read-copy-update) library"
|
||||
maintainer="Simon Thoby <simonthoby@live.fr>"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.1-or-later"
|
||||
homepage="https://liburcu.org"
|
||||
changelog="https://git.liburcu.org/?p=userspace-rcu.git;a=blob_plain;f=ChangeLog;hb=master"
|
||||
distfiles="https://www.lttng.org/files/urcu/userspace-rcu-${version}.tar.bz2"
|
||||
checksum=4eefc11e4f6c212fc7d84d871e1cc139da0669a46ff3fda557a6fdd4d74ca67b
|
||||
checksum=ca43bf261d4d392cff20dfae440836603bf009fce24fdc9b2697d837a2239d4f
|
||||
|
||||
liburcu-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
|
@ -17,7 +18,7 @@ liburcu-devel_package() {
|
|||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/*.so
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/share/doc
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue