From e3c51a3357cf9486040e94ee404d26af8ba7276a Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Thu, 9 Mar 2017 23:01:03 -0800 Subject: [PATCH] build: fix missing renameat() on OS X 10.5.8 * bootstrap.conf: Depend on renameat. Reported and tested by J Rogowsky. Fixes http://bugs.gnu.org/26044 --- bootstrap.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.conf b/bootstrap.conf index 7def1f99a6..30ce621ce0 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -202,6 +202,7 @@ gnulib_modules=" regex remove rename + renameat rmdir root-dev-ino rpmatch -- 2.47.2