* [Buildroot] [PATCH 1/1] package/putty: disable gssapi
@ 2023-12-02 21:45 Fabrice Fontaine
2023-12-03 14:47 ` Peter Korsgaard
2023-12-03 21:23 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2023-12-02 21:45 UTC (permalink / raw)
To: buildroot; +Cc: Alexander Dahl, Fabrice Fontaine
PUTTY_GSSAPI is enabled by default resulting in the following build
failure since bump to version 0.78 in commit
5673ea3ce4d4dd721bb17fc8d5b1283f5c1080b4:
/home/fabrice/buildroot/output/build/putty-0.79/unix/gss.c:133:10: fatal error: gssapi/gssapi.h: No such file or directory
133 | #include <gssapi/gssapi.h>
| ^~~~~~~~~~~~~~~~~
Fixes:
- http://autobuild.buildroot.org/results/d6d06b5aa0df070c3880399e044fb3cd3a830aec
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/putty/putty.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/package/putty/putty.mk b/package/putty/putty.mk
index 529edd51c8..4c9164d05e 100644
--- a/package/putty/putty.mk
+++ b/package/putty/putty.mk
@@ -10,6 +10,7 @@ PUTTY_LICENSE = MIT
PUTTY_LICENSE_FILES = LICENCE
PUTTY_CPE_ID_VENDOR = putty
PUTTY_DEPENDENCIES = host-pkgconf
+PUTTY_CONF_OPTS = -DPUTTY_GSSAPI=OFF
ifeq ($(BR2_PACKAGE_LIBGTK3),y)
PUTTY_DEPENDENCIES += libgtk3
--
2.42.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/putty: disable gssapi
2023-12-02 21:45 [Buildroot] [PATCH 1/1] package/putty: disable gssapi Fabrice Fontaine
@ 2023-12-03 14:47 ` Peter Korsgaard
2023-12-03 21:23 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2023-12-03 14:47 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: Alexander Dahl, buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> PUTTY_GSSAPI is enabled by default resulting in the following build
> failure since bump to version 0.78 in commit
> 5673ea3ce4d4dd721bb17fc8d5b1283f5c1080b4:
> /home/fabrice/buildroot/output/build/putty-0.79/unix/gss.c:133:10: fatal error: gssapi/gssapi.h: No such file or directory
> 133 | #include <gssapi/gssapi.h>
> | ^~~~~~~~~~~~~~~~~
> Fixes:
> - http://autobuild.buildroot.org/results/d6d06b5aa0df070c3880399e044fb3cd3a830aec
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed, 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
* Re: [Buildroot] [PATCH 1/1] package/putty: disable gssapi
2023-12-02 21:45 [Buildroot] [PATCH 1/1] package/putty: disable gssapi Fabrice Fontaine
2023-12-03 14:47 ` Peter Korsgaard
@ 2023-12-03 21:23 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2023-12-03 21:23 UTC (permalink / raw)
To: Fabrice Fontaine; +Cc: Alexander Dahl, buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> PUTTY_GSSAPI is enabled by default resulting in the following build
> failure since bump to version 0.78 in commit
> 5673ea3ce4d4dd721bb17fc8d5b1283f5c1080b4:
> /home/fabrice/buildroot/output/build/putty-0.79/unix/gss.c:133:10: fatal error: gssapi/gssapi.h: No such file or directory
> 133 | #include <gssapi/gssapi.h>
> | ^~~~~~~~~~~~~~~~~
> Fixes:
> - http://autobuild.buildroot.org/results/d6d06b5aa0df070c3880399e044fb3cd3a830aec
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed to 2023.08.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:[~2023-12-03 21:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-02 21:45 [Buildroot] [PATCH 1/1] package/putty: disable gssapi Fabrice Fontaine
2023-12-03 14:47 ` Peter Korsgaard
2023-12-03 21:23 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox