|
|
|
|
|
|
|
|
|
|
xen-bugs
[Xen-bugs] [Bug 1793] need to correct xen-tools-4.1.1-curl.patch
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1793
------- Comment #2 from taho@xxxxxxx 2011-11-07 21:10 -------
Hi
Before patching a patch it look like to this:
------------------------------------------------------------
diff -ur xen-4.1.1.orig//tools/check/check_curl
xen-4.1.1/tools/check/check_curl
--- xen-4.1.1.orig//tools/check/check_curl 2011-06-15 00:03:44.000000000
+0800
+++ xen-4.1.1/tools/check/check_curl 2011-10-14 00:42:08.189717078 +0800
@@ -9,5 +9,5 @@
fi
has_or_fail curl-config
-curl_libs=`curl-config --libs` || fail "curl-config --libs failed"
+curl_libs=`echo $curl_libs |sed -e 's/-W[^[:space:]]*[[:space:]]//'` || fail
"curl-config --libs failed"
test_link $curl_libs || fail "dependency libraries for curl are missing"
------------------------------------------------------------
I just think there is mess in one sign. i hope this will be corrected sooner...
I don't sure I will be able post this to xen-devel. I don't sure this affected
to other distros... I use gentoo. Sorry for my English.
--
Configure bugmail:
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs
|
|
|
|
|