From cf5143317251c0b2b4173aed05bab17907041f98 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Wed, 4 Apr 2012 11:56:04 +0100 Subject: [PATCH] Pull in GNULIB regex module for benefit of test suite on Win32 (cherry picked from commit f94d9c5793cc57b5228c7f1915bdc76c84f0a923) --- bootstrap.conf | 1 + po/POTFILES.in | 1 + 2 files changed, 2 insertions(+) diff --git a/bootstrap.conf b/bootstrap.conf index c6f7fd9c7a..c6620e5c0b 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -80,6 +80,7 @@ posix-shell pthread pthread_sigmask recv +regex random_r sched send diff --git a/po/POTFILES.in b/po/POTFILES.in index 88be04e6ab..5d5739a30c 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -4,6 +4,7 @@ daemon/remote.c daemon/remote_dispatch.h daemon/stream.c gnulib/lib/gai_strerror.c +gnulib/lib/regcomp.c src/conf/cpu_conf.c src/conf/domain_conf.c src/conf/domain_event.c