libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH v2 1/4] fix sysroot tests to pass on Fedora 13


From: Paolo Bonzini
Subject: [PATCH v2 1/4] fix sysroot tests to pass on Fedora 13
Date: Thu, 12 Aug 2010 21:23:03 -0400

* tests/sysroot.at: Link $prefix/include into the sysroot as well, as
required by newer GCC.
---
 tests/sysroot.at |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/sysroot.at b/tests/sysroot.at
index 850e0cd..869c9c4 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"
-- 
1.7.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]