All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove checks for libcurl--we don't use it anymore
@ 2005-09-01  3:41 Anthony Liguori
  0 siblings, 0 replies; only message in thread
From: Anthony Liguori @ 2005-09-01  3:41 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 233 bytes --]

These files seem to creep back into the build frequently due to merges.  
We don't depend on libcurl anymore (since we removed xfrd) so there's no 
point in checking for it.

Signed-off-by: Anthony Liguori

Regards,

Anthony Liguori

[-- Attachment #2: 6560_remove_libcurl.diff --]
[-- Type: text/x-patch, Size: 987 bytes --]

# HG changeset patch
# User root@howler
# Node ID 638d08f7e6ce904b763b59a3e2b38f1812af74de
# Parent  f0dc15fd3c1bcfc63e432e7fb365792cc671e955
Remove libcurl dependences, we don't need it anymore

diff -r f0dc15fd3c1b -r 638d08f7e6ce tools/check/check_curl_devel
--- a/tools/check/check_curl_devel	Wed Aug 31 23:22:45 2005
+++ /dev/null	Thu Sep  1 03:31:26 2005
@@ -1,11 +0,0 @@
-#!/bin/bash
-# CHECK-BUILD
-
-function error {
-    echo 'Check for libcurl includes failed.'
-    exit 1
-}
-
-set -e
-[ -e /usr/include/curl ] || error
-[ -e /usr/include/curl/curl.h ] || error
\ No newline at end of file
diff -r f0dc15fd3c1b -r 638d08f7e6ce tools/check/check_curl_lib
--- a/tools/check/check_curl_lib	Wed Aug 31 23:22:45 2005
+++ /dev/null	Thu Sep  1 03:31:26 2005
@@ -1,10 +0,0 @@
-#!/bin/bash
-# CHECK-BUILD CHECK-INSTALL
-
-function error {
-        echo 'Check for CURL library failed.'
-        exit 1
-}
-
-set -e
-ldconfig -p | grep libcurl.so || error
\ No newline at end of file

[-- Attachment #3: Type: text/plain, Size: 138 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-09-01  3:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-01  3:41 [PATCH] Remove checks for libcurl--we don't use it anymore Anthony Liguori

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.