From: Daniel P. Berrange Date: Wed, 4 Apr 2012 10:56:04 +0000 (+0100) Subject: Pull in GNULIB regex module for benefit of test suite on Win32 X-Git-Tag: v0.9.6.1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a822202d6c50bd401414897da870b4f5c7cf8846;p=thirdparty%2Flibvirt.git Pull in GNULIB regex module for benefit of test suite on Win32 (cherry picked from commit f94d9c5793cc57b5228c7f1915bdc76c84f0a923) --- diff --git a/bootstrap.conf b/bootstrap.conf index d029253d3a..28ec36330c 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -77,6 +77,7 @@ posix-shell pthread pthread_sigmask recv +regex random_r sched send diff --git a/po/POTFILES.in b/po/POTFILES.in index 5913e8220c..417cacbc71 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