Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fastd: remove -Db_lto=true.
@ 2023-05-05 22:42 mhmdanas
  2023-05-06 12:18 ` [PR PATCH] [Merged]: " Johnnynator
  0 siblings, 1 reply; 2+ messages in thread
From: mhmdanas @ 2023-05-05 22:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages fastd-remove-b_lto
https://github.com/void-linux/void-packages/pull/43768

fastd: remove -Db_lto=true.
This is now the default in void-packages for packages with build_style=meson.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-fastd-remove-b_lto-43768.patch --]
[-- Type: text/x-diff, Size: 847 bytes --]

From 53822101144b4c602fa088ed8a9305389d4dbde2 Mon Sep 17 00:00:00 2001
From: triallax <triallax@tutanota.com>
Date: Sat, 6 May 2023 01:41:15 +0300
Subject: [PATCH] fastd: remove -Db_lto=true.

This is now the default in void-packages for packages with
build_style=meson.
---
 srcpkgs/fastd/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/fastd/template b/srcpkgs/fastd/template
index d07de67b11dc..d05ca42e9e92 100644
--- a/srcpkgs/fastd/template
+++ b/srcpkgs/fastd/template
@@ -3,7 +3,7 @@ pkgname=fastd
 version=21
 revision=1
 build_style=meson
-configure_args="-Db_lto=true -Dcipher_aes128-ctr=disabled"
+configure_args="-Dcipher_aes128-ctr=disabled"
 hostmakedepends="bison pkg-config"
 makedepends="json-c-devel libcap-devel libuecc-devel libsodium-devel"
 short_desc="Fast and Secure Tunneling Daemon"

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

* Re: [PR PATCH] [Merged]: fastd: remove -Db_lto=true.
  2023-05-05 22:42 [PR PATCH] fastd: remove -Db_lto=true mhmdanas
@ 2023-05-06 12:18 ` Johnnynator
  0 siblings, 0 replies; 2+ messages in thread
From: Johnnynator @ 2023-05-06 12:18 UTC (permalink / raw)
  To: ml

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

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

fastd: remove -Db_lto=true.
https://github.com/void-linux/void-packages/pull/43768

Description:
This is now the default in void-packages for packages with build_style=meson.

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2023-05-06 12:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-05 22:42 [PR PATCH] fastd: remove -Db_lto=true mhmdanas
2023-05-06 12:18 ` [PR PATCH] [Merged]: " Johnnynator

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).