mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/putty: disable gssapi
PUTTY_GSSAPI is enabled by default resulting in the following build failure since bump to version 0.78 in commit5673ea3ce4: /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> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> (cherry picked from commit499b4d6d22) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
d2f9e1ea52
commit
02c3ce317a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user