]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/commitdiff
python-pycurl: Fix build dependency to libcurl-devel.
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 Jul 2011 12:45:53 +0000 (14:45 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 Jul 2011 12:45:53 +0000 (14:45 +0200)
pkgs/python-pycurl/python-pycurl.nm

index 85cbc8044a363f8324cf3b51542d023b751022a5..d78f031d2233b94ee42ea33f6df01de07486f544 100644 (file)
@@ -26,8 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = pycurl
 PKG_VER        = 7.19.0
-PKG_REL        = 1
-PKG_ARCH       = noarch
+PKG_REL        = 2
 
 PKG_MAINTAINER =
 PKG_GROUPS     = Development/Languages
@@ -37,7 +36,7 @@ PKG_SUMMARY    = A Python interface to libcurl.
 
 CFLAGS        += -DHAVE_CURL_OPENSSL
 
-PKG_BUILD_DEPS+= curl-devel openssl-devel python-devel
+PKG_BUILD_DEPS+= libcurl-devel openssl-devel python-devel
 
 define PKG_DESCRIPTION
        PycURL is a Python interface to libcurl. PycURL can be used to fetch \