From: Faiyaz Ahmed Date: Fri, 5 Oct 2007 19:44:04 +0000 (+0000) Subject: Deprecate pycurl. Use fc6+ release. X-Git-Tag: 4.2-rc2~566 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=a35068630fea1949bbf1e6c6be7790a5813af14e;p=build.git Deprecate pycurl. Use fc6+ release. --- 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