Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] sysdig: upstream added musl support
@ 2020-09-11 12:32 Vaelatern
  2020-09-11 12:34 ` [PR PATCH] [Updated] " Vaelatern
  2020-10-05  8:33 ` [PR PATCH] [Closed]: " leahneukirchen
  0 siblings, 2 replies; 3+ messages in thread
From: Vaelatern @ 2020-09-11 12:32 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 483 bytes --]

There is a new pull request by Vaelatern against master on the void-packages repository

https://github.com/Vaelatern/void-packages sysdig-now-supports-musl
https://github.com/void-linux/void-packages/pull/24830

sysdig: upstream added musl support
Will be active in the next release

upstream commits: https://github.com/draios/sysdig/pull/1682

73554b9c48b06612eb50494ee6fa5b779c57edc0

A patch file from https://github.com/void-linux/void-packages/pull/24830.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sysdig-now-supports-musl-24830.patch --]
[-- Type: text/x-diff, Size: 1263 bytes --]

From 7fe4349670388941c9c5485eca1f39fa2c2a8f39 Mon Sep 17 00:00:00 2001
From: Toyam Cox <Vaelatern@voidlinux.org>
Date: Fri, 11 Sep 2020 08:32:22 -0400
Subject: [PATCH] sysdig: upstream added musl support

Will be active in the next release

upstream commits: https://github.com/draios/sysdig/pull/1682

73554b9c48b06612eb50494ee6fa5b779c57edc0
---
 srcpkgs/sysdig/template | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/sysdig/template b/srcpkgs/sysdig/template
index c360a8049c8..a2b635f4598 100644
--- a/srcpkgs/sysdig/template
+++ b/srcpkgs/sysdig/template
@@ -2,7 +2,7 @@
 pkgname=sysdig
 version=0.26.7
 revision=1
-archs="i686 x86_64 ppc64le"
+archs="i686* x86_64* ppc64le*"
 build_style=cmake
 configure_args="-DSYSDIG_VERSION=${version} -DUSE_BUNDLED_DEPS=OFF
  -DUSE_BUNDLED_B64=ON -DUSE_BUNDLED_JQ=ON -DBUILD_DRIVER=OFF
@@ -24,6 +24,10 @@ disable_parallel_build=yes
 dkms_modules="sysdig ${version}"
 nocross=yes
 
+case "$XBPS_TARGET_MACHINE" in
+	*-musl) configure_args+=" -DMUSL_OPTIMIZED_BUILD=On"
+esac
+
 # Avoid excessive warnings spam to the log
 CXXFLAGS="-Wno-deprecated-declarations"
 
@@ -40,3 +44,6 @@ post_install() {
 	vlicense COPYING
 	vlicense NOTICES
 }
+
+# REMARKS:
+# Is there a reason no arm?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Updated] sysdig: upstream added musl support
  2020-09-11 12:32 [PR PATCH] sysdig: upstream added musl support Vaelatern
@ 2020-09-11 12:34 ` Vaelatern
  2020-10-05  8:33 ` [PR PATCH] [Closed]: " leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: Vaelatern @ 2020-09-11 12:34 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 488 bytes --]

There is an updated pull request by Vaelatern against master on the void-packages repository

https://github.com/Vaelatern/void-packages sysdig-now-supports-musl
https://github.com/void-linux/void-packages/pull/24830

sysdig: upstream added musl support
Will be active in the next release

upstream commits: https://github.com/draios/sysdig/pull/1682

73554b9c48b06612eb50494ee6fa5b779c57edc0

A patch file from https://github.com/void-linux/void-packages/pull/24830.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-sysdig-now-supports-musl-24830.patch --]
[-- Type: text/x-diff, Size: 1263 bytes --]

From cd3004641ed882e2fe3e9cc435677b1d83c7a116 Mon Sep 17 00:00:00 2001
From: Toyam Cox <Vaelatern@voidlinux.org>
Date: Fri, 11 Sep 2020 08:32:22 -0400
Subject: [PATCH] sysdig: upstream added musl support

Will be active in the next release

upstream commits: https://github.com/draios/sysdig/pull/1682

73554b9c48b06612eb50494ee6fa5b779c57edc0
---
 srcpkgs/sysdig/template | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/sysdig/template b/srcpkgs/sysdig/template
index ce4a214c03f..50e515a71ec 100644
--- a/srcpkgs/sysdig/template
+++ b/srcpkgs/sysdig/template
@@ -2,7 +2,7 @@
 pkgname=sysdig
 version=0.27.0
 revision=2
-archs="i686 x86_64 ppc64le"
+archs="i686* x86_64* ppc64le*"
 build_style=cmake
 configure_args="-DSYSDIG_VERSION=${version} -DUSE_BUNDLED_DEPS=OFF
  -DUSE_BUNDLED_B64=ON -DUSE_BUNDLED_JQ=ON -DBUILD_DRIVER=OFF
@@ -24,6 +24,10 @@ disable_parallel_build=yes
 dkms_modules="sysdig ${version}"
 nocross=yes
 
+case "$XBPS_TARGET_MACHINE" in
+	*-musl) configure_args+=" -DMUSL_OPTIMIZED_BUILD=On"
+esac
+
 # Avoid excessive warnings spam to the log
 CXXFLAGS="-Wno-deprecated-declarations"
 
@@ -40,3 +44,6 @@ post_install() {
 	vlicense COPYING
 	vlicense NOTICES
 }
+
+# REMARKS:
+# Is there a reason no arm?

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PR PATCH] [Closed]: sysdig: upstream added musl support
  2020-09-11 12:32 [PR PATCH] sysdig: upstream added musl support Vaelatern
  2020-09-11 12:34 ` [PR PATCH] [Updated] " Vaelatern
@ 2020-10-05  8:33 ` leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: leahneukirchen @ 2020-10-05  8:33 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 311 bytes --]

There's a closed pull request on the void-packages repository

sysdig: upstream added musl support
https://github.com/void-linux/void-packages/pull/24830

Description:
Will be active in the next release

upstream commits: https://github.com/draios/sysdig/pull/1682

73554b9c48b06612eb50494ee6fa5b779c57edc0

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-05  8:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-11 12:32 [PR PATCH] sysdig: upstream added musl support Vaelatern
2020-09-11 12:34 ` [PR PATCH] [Updated] " Vaelatern
2020-10-05  8:33 ` [PR PATCH] [Closed]: " leahneukirchen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).