]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
fix sysroot tests to pass on Fedora 13
authorPaolo Bonzini <bonzini@gnu.org>
Fri, 13 Aug 2010 01:04:06 +0000 (21:04 -0400)
committerPaolo Bonzini <bonzini@gnu.org>
Sun, 15 Aug 2010 16:40:49 +0000 (18:40 +0200)
* tests/sysroot.at: Link $prefix/include into the sysroot as well, as
required by newer GCC.

tests/sysroot.at

index 850e0cd76eb551f33d9679790f5eac711726c7cf..869c9c49e29a67e30bd7fbeb15eed7a9f0f3fcf9 100644 (file)
@@ -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"