* [Buildroot] [PATCH] libkrb5: disable optional tcl support
@ 2018-04-04 7:59 Baruch Siach
2018-04-04 16:03 ` Thomas Petazzoni
2018-04-04 16:29 ` André Hentschel
0 siblings, 2 replies; 3+ messages in thread
From: Baruch Siach @ 2018-04-04 7:59 UTC (permalink / raw)
To: buildroot
Avoid detection of host tcl headers.
The tcl package in Buildroot is not cross-compile safe. The generated
tclConfig.sh script has -L/usr/lib in TCL_LIB_SPEC.
Should fix:
http://autobuild.buildroot.net/results/d11/d118c3c09f6fc1de26491f2ed480ef28b091dba8/
http://autobuild.buildroot.net/results/035/0353e1443125da1e544d1a98348716bfe67c8726/
Cc: Andr? Hentschel <nerv@dawncrow.de>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
package/libkrb5/libkrb5.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/package/libkrb5/libkrb5.mk b/package/libkrb5/libkrb5.mk
index 88cfc61a19fd..03905073049b 100644
--- a/package/libkrb5/libkrb5.mk
+++ b/package/libkrb5/libkrb5.mk
@@ -25,7 +25,8 @@ LIBKRB5_CONF_OPTS = \
--without-system-db \
--without-system-et \
--without-system-ss \
- --without-system-verto
+ --without-system-verto \
+ --without-tcl
ifeq ($(BR2_PACKAGE_OPENLDAP),y)
LIBKRB5_CONF_OPTS += --with-ldap
--
2.16.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] libkrb5: disable optional tcl support
2018-04-04 7:59 [Buildroot] [PATCH] libkrb5: disable optional tcl support Baruch Siach
@ 2018-04-04 16:03 ` Thomas Petazzoni
2018-04-04 16:29 ` André Hentschel
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2018-04-04 16:03 UTC (permalink / raw)
To: buildroot
Hello,
On Wed, 4 Apr 2018 10:59:06 +0300, Baruch Siach wrote:
> Avoid detection of host tcl headers.
>
> The tcl package in Buildroot is not cross-compile safe. The generated
> tclConfig.sh script has -L/usr/lib in TCL_LIB_SPEC.
>
> Should fix:
> http://autobuild.buildroot.net/results/d11/d118c3c09f6fc1de26491f2ed480ef28b091dba8/
> http://autobuild.buildroot.net/results/035/0353e1443125da1e544d1a98348716bfe67c8726/
>
> Cc: Andr? Hentschel <nerv@dawncrow.de>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
> package/libkrb5/libkrb5.mk | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] libkrb5: disable optional tcl support
2018-04-04 7:59 [Buildroot] [PATCH] libkrb5: disable optional tcl support Baruch Siach
2018-04-04 16:03 ` Thomas Petazzoni
@ 2018-04-04 16:29 ` André Hentschel
1 sibling, 0 replies; 3+ messages in thread
From: André Hentschel @ 2018-04-04 16:29 UTC (permalink / raw)
To: buildroot
Am 04.04.2018 um 09:59 schrieb Baruch Siach:
> Avoid detection of host tcl headers.
>
> The tcl package in Buildroot is not cross-compile safe. The generated
> tclConfig.sh script has -L/usr/lib in TCL_LIB_SPEC.
>
> Should fix:
> http://autobuild.buildroot.net/results/d11/d118c3c09f6fc1de26491f2ed480ef28b091dba8/
> http://autobuild.buildroot.net/results/035/0353e1443125da1e544d1a98348716bfe67c8726/
>
> Cc: Andr? Hentschel <nerv@dawncrow.de>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
> package/libkrb5/libkrb5.mk | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/package/libkrb5/libkrb5.mk b/package/libkrb5/libkrb5.mk
> index 88cfc61a19fd..03905073049b 100644
> --- a/package/libkrb5/libkrb5.mk
> +++ b/package/libkrb5/libkrb5.mk
> @@ -25,7 +25,8 @@ LIBKRB5_CONF_OPTS = \
> --without-system-db \
> --without-system-et \
> --without-system-ss \
> - --without-system-verto
> + --without-system-verto \
> + --without-tcl
>
> ifeq ($(BR2_PACKAGE_OPENLDAP),y)
> LIBKRB5_CONF_OPTS += --with-ldap
>
Thank you!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-04-04 16:29 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-04 7:59 [Buildroot] [PATCH] libkrb5: disable optional tcl support Baruch Siach
2018-04-04 16:03 ` Thomas Petazzoni
2018-04-04 16:29 ` André Hentschel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox