From f381f4b540477422ead7b4b7046ccea01710f29a Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sat, 19 Dec 2020 09:27:36 +0000 Subject: [PATCH] Clean up PYDISTUTILS_BUILDARGS --openssl=${OPENSSLBASE} is enough for pointing out SSL library location. --- security/py-m2crypto/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile index dc8e590c4040..c94cea2684a8 100644 --- a/security/py-m2crypto/Makefile +++ b/security/py-m2crypto/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}parameterized>=0:devel/py-parameterized@${PY USES= python ssl USE_PYTHON= autoplist concurrent distutils -PYDISTUTILS_BUILDARGS= build_ext --include=${OPENSSLINC} --openssl=${OPENSSLBASE} --swig=${LOCALBASE}/bin/swig +PYDISTUTILS_BUILDARGS= build_ext --openssl=${OPENSSLBASE} --swig=${LOCALBASE}/bin/swig post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/M2Crypto/_m2crypto.so