summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-03-16 19:24:35 -0700
committerMichael Forney <mforney@mforney.org>2019-03-16 19:24:51 -0700
commit1f8d87f3e3a99854981bbd74f20b5b3a2de70741 (patch)
tree029648249063d5f093c470ef05bf7222999e4bd6 /pkg
parentf25ad8e2aa086aceac3b32e82233b91bc8ab3491 (diff)
python: Disable gettext
We don't install any translation files, and some toolchains (e.g. alpine) require linking with libintl.
Diffstat (limited to 'pkg')
-rw-r--r--pkg/python/pyconfig.h2
1 files changed, 1 insertions, 1 deletions
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 */