[Buildroot] [PATCH 1/1] package/libnfs: fix pthread option

Arnout Vandecappelle arnout at mind.be
Fri Mar 15 19:40:07 UTC 2024



On 14/03/2024 22:41, Fabrice Fontaine wrote:
> Fix typo added by commit f9f5b3a6cbc4e62beefdd0448842ef0c8c3eb6f6
> 
> Fixes: f9f5b3a6cbc4e62beefdd0448842ef0c8c3eb6f6
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at 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))



More information about the buildroot mailing list