All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/guile: drop unrecognized option
@ 2021-12-19 15:29 Fabrice Fontaine
  2021-12-20 22:37 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2021-12-19 15:29 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine

Commit d8bee3950aa851620d6a954aebad1f984caa105a forgot to drop
--with-libltdl-prefix

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 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
 
-- 
2.33.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/guile: drop unrecognized option
  2021-12-19 15:29 [Buildroot] [PATCH 1/1] package/guile: drop unrecognized option Fabrice Fontaine
@ 2021-12-20 22:37 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2021-12-20 22:37 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot



On 19/12/2021 16:29, Fabrice Fontaine wrote:
> Commit d8bee3950aa851620d6a954aebad1f984caa105a forgot to drop
> --with-libltdl-prefix
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@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
>   
> 
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-12-20 22:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-19 15:29 [Buildroot] [PATCH 1/1] package/guile: drop unrecognized option Fabrice Fontaine
2021-12-20 22:37 ` Arnout Vandecappelle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.