From: Jim Meyering Date: Sun, 22 Jun 2008 16:57:39 +0000 (+0200) Subject: use gnulib's "open" module X-Git-Tag: v7.0~158 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3ea1fe588e20f196cc9b9907d5943bd620c6b944;p=platform%2Fupstream%2Fcoreutils.git use gnulib's "open" module * bootstrap.conf (gnulib_modules): Add open. This is required at least for Solaris 9 and HP-UX 11, to avoid a truncate test failure. For details, see this thread: http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/13755 --- diff --git a/bootstrap.conf b/bootstrap.conf index 5685ad55b..8289f693a 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -105,6 +105,10 @@ gnulib_modules=" xstrtol xstrtold xstrtoumax yesno " +# Required at least for truncate's truncate-fail-diag test +# on Solaris 7, Solaris 9, and HP-UX 11. +gnulib_modules="$gnulib_modules open" + # Other locale categories that need message catalogs. EXTRA_LOCALE_CATEGORIES=LC_TIME