e153146
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
e153146
From: Peter Jones <pjones@redhat.com>
e153146
Date: Mon, 29 Jul 2019 10:58:52 -0400
e153146
Subject: [PATCH] Do better in bootstrap.conf
e153146
e153146
---
e153146
 bootstrap.conf | 8 +++++++-
e153146
 1 file changed, 7 insertions(+), 1 deletion(-)
e153146
e153146
diff --git a/bootstrap.conf b/bootstrap.conf
46968b6
index 186be9c48ce..9259526e891 100644
e153146
--- a/bootstrap.conf
e153146
+++ b/bootstrap.conf
e153146
@@ -16,7 +16,13 @@
e153146
 # along with this program.  If not, see <https://www.gnu.org/licenses/>.
e153146
 
e153146
 
e153146
-GNULIB_REVISION=d271f868a8df9bbec29049d01e056481b7a1a263
e153146
+# GNULIB_REVISION=d271f868a8df9bbec29049d01e056481b7a1a263
e153146
+if [[ -z "${GNULIB_REVISION}" ]] ;then
e153146
+  GNULIB_REVISION=fixes
e153146
+fi
e153146
+if [[ -z "${GNULIB_URL}" ]] ;then
e153146
+  GNULIB_URL=https://github.com/rhboot/gnulib.git
e153146
+fi
e153146
 
e153146
 # gnulib modules used by this package.
e153146
 # mbswidth is used by gnulib-fix-width.diff's changes to argp rather than