From 5735d4b16d9efb5e6348f7cd2eb348a38395f1fc Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Thu, 12 Aug 2010 21:04:06 -0400 Subject: [PATCH] fix sysroot tests to pass on Fedora 13 * tests/sysroot.at: Link $prefix/include into the sysroot as well, as required by newer GCC. --- tests/sysroot.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sysroot.at b/tests/sysroot.at index 850e0cd76..869c9c49e 100644 --- a/tests/sysroot.at +++ b/tests/sysroot.at @@ -54,7 +54,7 @@ local_dirname() { } AT_CHECK([ -(cd "$gcc_sysroot" && find ".$prefix/bin" ".$prefix/lib" \! -type d) | \ +(cd "$gcc_sysroot" && find ".$prefix/bin" ".$prefix/include" ".$prefix/lib" \! -type d) | \ while read file; do dir=`local_dirname "$sysroot/$file"` test -d "$dir" || mkdir -p "$dir" -- 2.47.2