From 1c25c013e47cf7d8fca62e020cbec411b642b206 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Fri, 31 Aug 2007 02:52:12 +0000 Subject: [PATCH] fix pycurl_incompatver value --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7c4838c1..31966617 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # Mark Huang # Copyright (C) 2005 The Trustees of Princeton University # -# $Id: Makefile,v 1.12 2007/07/02 19:28:52 tmack Exp $ +# $Id: Makefile,v 1.13 2007/08/31 02:46:47 mef Exp $ # # Metafiles @@ -16,7 +16,7 @@ modules := psycopg2 # Temporarily until we can kill the Fedora Core 2 build curl_vernum := $(shell printf %d 0x$(shell curl-config --vernum)) pycurl_vernum := $(shell printf %d 0x070d01) # 7.13.1 -pycurl_incompatnum := $(shell printf %d 0x070f00) # 7.16.0 +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) modules += pycurl -- 2.47.0