* [Buildroot] [PATCH 1/1] package/libnfs: fix pthread option
@ 2024-03-14 21:41 Fabrice Fontaine
2024-03-15 19:40 ` Arnout Vandecappelle via buildroot
2024-03-21 20:51 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2024-03-14 21:41 UTC (permalink / raw)
To: buildroot; +Cc: Fabrice Fontaine
Fix typo added by commit f9f5b3a6cbc4e62beefdd0448842ef0c8c3eb6f6
Fixes: f9f5b3a6cbc4e62beefdd0448842ef0c8c3eb6f6
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/libnfs/libnfs.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/libnfs/libnfs.mk b/package/libnfs/libnfs.mk
index b013decfc7..19044527e0 100644
--- a/package/libnfs/libnfs.mk
+++ b/package/libnfs/libnfs.mk
@@ -17,9 +17,9 @@ LIBNFS_DEPENDENCIES += libtirpc
endif
ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
-LIBNFS_CONF_OPTS += --enable-threads
+LIBNFS_CONF_OPTS += --enable-pthread
else
-LIBNFS_CONF_OPTS += --disable-threads
+LIBNFS_CONF_OPTS += --disable-pthread
endif
$(eval $(autotools-package))
--
2.43.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/libnfs: fix pthread option
2024-03-14 21:41 [Buildroot] [PATCH 1/1] package/libnfs: fix pthread option Fabrice Fontaine
@ 2024-03-15 19:40 ` Arnout Vandecappelle via buildroot
2024-03-21 20:51 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2024-03-15 19:40 UTC (permalink / raw)
To: Fabrice Fontaine, buildroot
On 14/03/2024 22:41, Fabrice Fontaine wrote:
> Fix typo added by commit f9f5b3a6cbc4e62beefdd0448842ef0c8c3eb6f6
>
> Fixes: f9f5b3a6cbc4e62beefdd0448842ef0c8c3eb6f6
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Applied to master, thanks.
Regards,
Arnout
> ---
> package/libnfs/libnfs.mk | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/libnfs/libnfs.mk b/package/libnfs/libnfs.mk
> index b013decfc7..19044527e0 100644
> --- a/package/libnfs/libnfs.mk
> +++ b/package/libnfs/libnfs.mk
> @@ -17,9 +17,9 @@ LIBNFS_DEPENDENCIES += libtirpc
> endif
>
> ifeq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
> -LIBNFS_CONF_OPTS += --enable-threads
> +LIBNFS_CONF_OPTS += --enable-pthread
> else
> -LIBNFS_CONF_OPTS += --disable-threads
> +LIBNFS_CONF_OPTS += --disable-pthread
> endif
>
> $(eval $(autotools-package))
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/libnfs: fix pthread option
2024-03-14 21:41 [Buildroot] [PATCH 1/1] package/libnfs: fix pthread option Fabrice Fontaine
2024-03-15 19:40 ` Arnout Vandecappelle via buildroot
@ 2024-03-21 20:51 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-03-21 20:51 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> Fix typo added by commit f9f5b3a6cbc4e62beefdd0448842ef0c8c3eb6f6
> Fixes: f9f5b3a6cbc4e62beefdd0448842ef0c8c3eb6f6
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed to 2024.02.x and 2023.11.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-03-21 20:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-14 21:41 [Buildroot] [PATCH 1/1] package/libnfs: fix pthread option Fabrice Fontaine
2024-03-15 19:40 ` Arnout Vandecappelle via buildroot
2024-03-21 20:51 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox