summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Bidulock2020-02-19 02:34:59 -0700
committerBrian Bidulock2020-02-19 02:34:59 -0700
commit3cbdefec71dac7d25b946bf75dc737d01e76c67b (patch)
treefddd99789905e9d6c5c8beabead60d0490a6b279
parent159cc86b0b7896a547d2fea892c224b43a2661d1 (diff)
downloadaur-3cbdefec71dac7d25b946bf75dc737d01e76c67b.tar.gz
uppkg
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a35176c9ac01..6a81f45af114 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = corosync-git
pkgdesc = Cluster engine for nodal communication systems with additional features for implementing high availability within applications.
- pkgver = 3.0.2.r18.g0a323ff2
+ pkgver = 3.0.3.r28.g98448d4e
pkgrel = 1
url = http://www.corosync.org/
arch = i686
@@ -14,7 +14,7 @@ pkgbase = corosync-git
depends = libqb-git
depends = libcgroup
depends = kronosnet-git
- provides = corosync
+ provides = corosync=3.0.3-1
conflicts = corosync
source = corosync-git::git+https://github.com/corosync/corosync.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 4d9de531a038..7a8ac8e8271d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=corosync-git
_pkgname=corosync
-pkgver=3.0.2.r18.g0a323ff2
+pkgver=3.0.3.r28.g98448d4e
pkgrel=1
pkgdesc="Cluster engine for nodal communication systems with additional features for implementing high availability within applications."
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ url="http://www.corosync.org/"
license=('BSD')
makedepends=('git')
depends=('nss' 'libstatgrab' 'net-snmp' 'libdbus' 'libqb-git' 'libcgroup' 'kronosnet-git')
-provides=(${_pkgname})
+provides=("${_pkgname}=${pkgver%%.r*}-${pkgrel}")
conflicts=(${_pkgname})
source=("$pkgname::git+https://github.com/corosync/${_pkgname}.git")
md5sums=('SKIP')
@@ -44,6 +44,8 @@ build() {
--enable-libcgroup \
--with-systemddir=/usr/lib/systemd/system \
--with-tmpfilesdir=/usr/lib/tmpfiles.d
+ # Fight unused direct deps
+ sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/ if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/ func_append compile_command " -Wl,-O1,--as-needed"\n func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
make V=0
}