From a35068630fea1949bbf1e6c6be7790a5813af14e Mon Sep 17 00:00:00 2001 From: Faiyaz Ahmed Date: Fri, 5 Oct 2007 19:44:04 +0000 Subject: [PATCH] Deprecate pycurl. Use fc6+ release. --- planetlab.mk | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/planetlab.mk b/planetlab.mk index 1c1ad5ea..c46bfd8e 100644 --- a/planetlab.mk +++ b/planetlab.mk @@ -132,19 +132,21 @@ ALL += PingOfDeath #ALL += sudo # -# pycurl +# pycurl: DEPRECATE +# +# [tony] use FC6+ release # -curl_vernum := $(shell printf %d 0x$(shell curl-config --vernum)) -pycurl_vernum := $(shell printf %d 0x070d01) # 7.13.1 -pycurl_incompatnum := $(shell printf %d 0x071000) # 7.16.0 -ifeq ($(shell test $(curl_vernum) -ge $(pycurl_vernum) && echo 1),1) -ifeq ($(shell test $(curl_vernum) -ge $(pycurl_incompatnum) && echo 0),1) -pycurl-MODULE := pycurl -pycurl-SPEC := pycurl/pycurl.spec -ALL += pycurl -endif -endif +#curl_vernum := $(shell printf %d 0x$(shell curl-config --vernum)) +#pycurl_vernum := $(shell printf %d 0x070d01) # 7.13.1 +#pycurl_incompatnum := $(shell printf %d 0x071000) # 7.16.0 +#ifeq ($(shell test $(curl_vernum) -ge $(pycurl_vernum) && echo 1),1) +#ifeq ($(shell test $(curl_vernum) -ge $(pycurl_incompatnum) && echo 0),1) +#pycurl-MODULE := pycurl +#pycurl-SPEC := pycurl/pycurl.spec +#ALL += pycurl +#endif +#endif # # BootServerRequest -- 2.47.0