logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: 2d2f3b81e12cd9cb852de54ac3188c4d7f268040
parent 9d60aac00d4c1d1df952763e51d1b34c032e1564
Author: Michael Forney <mforney@mforney.org>
Date:   Thu, 18 Jan 2018 11:04:51 -0800

git: Add some defines about supported libc features

Diffstat:

Mpkg/git/config.h7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/pkg/git/config.h b/pkg/git/config.h @@ -12,6 +12,13 @@ #define GIT_MAN_PATH "share/man" #define GIT_USER_AGENT "git/" GIT_VERSION #define GIT_VERSION "2.16.0" +#define HAVE_ALLOCA_H +#define HAVE_PATHS_H +#define HAVE_DEV_TTY +#define HAVE_CLOCK_GETTIME +#define HAVE_CLOCK_MONOTONIC +#define HAVE_GETDELIM +#define NO_GETTEXT #define NO_OPENSSL #define NO_SYS_POLL_H #define PAGER_ENV "LESS=FRX LV=-c"