From 7ca6a0996d774668c881fec50cc26866c0063c26 Mon Sep 17 00:00:00 2001 From: Matthias Bolte Date: Thu, 15 Apr 2010 02:03:05 +0200 Subject: [PATCH] Update to latest gnulib to get strtok_r relaxed to LGPLv2+ strtok_r will be used in the ESX driver to replace scanf-based code. MinGW lacks strtok_r, so we need gnulib to provide it, but until now strtok_r was licensed LGPL3. --- .gnulib | 2 +- bootstrap.conf | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gnulib b/.gnulib index 097c9ce08a..7c1b995a70 160000 --- a/.gnulib +++ b/.gnulib @@ -1 +1 @@ -Subproject commit 097c9ce08a79899ff942b9b6ee811e613605499f +Subproject commit 7c1b995a7041ea366acafeb8632e1080f349f03f diff --git a/bootstrap.conf b/bootstrap.conf index d807e40543..785489bbf9 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -54,6 +54,7 @@ strndup strerror strptime strsep +strtok_r sys_stat time_r timegm -- 2.47.2