logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 1f8d87f3e3a99854981bbd74f20b5b3a2de70741
parent f25ad8e2aa086aceac3b32e82233b91bc8ab3491
Author: Michael Forney <mforney@mforney.org>
Date:   Sat, 16 Mar 2019 19:24:35 -0700

python: Disable gettext

We don't install any translation files, and some toolchains (e.g.
alpine) require linking with libintl.

Diffstat:

Mpkg/python/pyconfig.h2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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 */