From 82b7e337f845cd7a629edbaef8a0decaaaf34f86 Mon Sep 17 00:00:00 2001 From: MagomeYae <91249055+MagomeYae@users.noreply.github.com> Date: Mon, 6 Dec 2021 17:30:22 +0800 Subject: fix(pkg): Disable lto options in ksutils-probe-client PKGBUILD Signed-off-by: MagomeYae <91249055+MagomeYae@users.noreply.github.com> --- repo/ksutils-probe-client/PKGBUILD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'repo/ksutils-probe-client/PKGBUILD') diff --git a/repo/ksutils-probe-client/PKGBUILD b/repo/ksutils-probe-client/PKGBUILD index 810daa4..6b99f7f 100644 --- a/repo/ksutils-probe-client/PKGBUILD +++ b/repo/ksutils-probe-client/PKGBUILD @@ -2,13 +2,13 @@ _basename=probe-client pkgname=ksutils-$_basename -pkgver=2.4.0 -pkgrel=5 +pkgver=2.4.2 +pkgrel=2 pkgdesc='A probe client, for distributed systems' arch=('any') url=https://github.com/KunoiSayami/probe-client source=( - git://github.com/KunoiSayami/probe-client#tag=2.4.0 + git://github.com/KunoiSayami/probe-client#tag=2.4.2 "$pkgname@.service") license=('AGPL3') sha512sums=( @@ -17,6 +17,7 @@ sha512sums=( makedepends=('cargo' 'git') depends=('openssl') provides=("$_basename") +options=(!lto) build() { cd "$_basename" @@ -27,7 +28,8 @@ package() { install -dm755 "$pkgdir"/etc/ksutils/ install -dm700 "$pkgdir"/etc/ksutils/probe-client/ install -dm755 "$pkgdir"/usr/bin + install -dm755 "$pkgdir"/lib/systemd/system/ install -m755 "$_basename"/target/release/"$_basename" "$pkgdir"/usr/bin/"$pkgname" - install -m644 "$pkgname@.service" "$pkgdir"/lib/systemd/system + install -m644 "$pkgname@.service" "$pkgdir"/lib/systemd/system/ } \ No newline at end of file -- cgit v1.3.1