[Buildroot] [PATCH 1/1] package/guile: drop unrecognized option

Arnout Vandecappelle arnout at mind.be
Mon Dec 20 22:37:55 UTC 2021



On 19/12/2021 16:29, Fabrice Fontaine wrote:
> Commit d8bee3950aa851620d6a954aebad1f984caa105a forgot to drop
> --with-libltdl-prefix
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/guile/guile.mk | 1 -
>   1 file changed, 1 deletion(-)
> 
> diff --git a/package/guile/guile.mk b/package/guile/guile.mk
> index c74325252f..0f245fca76 100644
> --- a/package/guile/guile.mk
> +++ b/package/guile/guile.mk
> @@ -64,7 +64,6 @@ GUILE_CONF_ENV += GUILE_FOR_BUILD=$(HOST_DIR)/bin/guile \
>   	CFLAGS="$(TARGET_CFLAGS) $(GUILE_CFLAGS)"
>   
>   GUILE_CONF_OPTS += \
> -	--with-libltdl-prefix=$(STAGING_DIR)/usr/lib \
>   	--with-libgmp-prefix=$(STAGING_DIR)/usr/lib \
>   	--with-libunistring-prefix=$(STAGING_DIR)/usr/lib
>   
> 



More information about the buildroot mailing list