From 1f8d87f3e3a99854981bbd74f20b5b3a2de70741 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Sat, 16 Mar 2019 19:24:35 -0700 Subject: python: Disable gettext We don't install any translation files, and some toolchains (e.g. alpine) require linking with libintl. --- pkg/python/pyconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/python/pyconfig.h b/pkg/python/pyconfig.h index 54f683d8..7bd06d10 100644 --- a/pkg/python/pyconfig.h +++ b/pkg/python/pyconfig.h @@ -178,7 +178,7 @@ #define HAVE_LIBDL 1 /* #undef HAVE_LIBDLD */ /* #undef HAVE_LIBIEEE */ -#define HAVE_LIBINTL_H 1 +/* #undef HAVE_LIBINTL_H */ /* #undef HAVE_LIBREADLINE */ /* #undef HAVE_LIBRESOLV */ /* #undef HAVE_LIBSENDFILE */ -- cgit v1.2.3