From 307254b198498e167120d4ec9ce9d72856f5a182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Wed, 2 Nov 2016 17:57:27 +0200 Subject: main/py-curl: fix ssl support the build script needs to know which ssl library is being used --- main/py-curl/APKBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main/py-curl') diff --git a/main/py-curl/APKBUILD b/main/py-curl/APKBUILD index cec1ad6ba6..0fc9888a7f 100644 --- a/main/py-curl/APKBUILD +++ b/main/py-curl/APKBUILD @@ -3,7 +3,7 @@ pkgname=py-curl _pkgname=pycurl pkgver=7.43.0 -pkgrel=0 +pkgrel=1 pkgdesc="A Python interface to libcurl" url="http://pycurl.io/" arch="all" @@ -17,6 +17,7 @@ builddir="$srcdir/$_pkgname-$pkgver" build() { cd "$builddir" + export PYCURL_SSL_LIBRARY=openssl python2 setup.py build || return 1 python3 setup.py build } -- cgit v1.2.3