From 33683da190fef88dd0fc07561eaeb2c04b9d6905 Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Wed, 5 Mar 2014 15:06:54 +0100 Subject: [PATCH] Use libffi and openssl in all environment variables. --- component/python-cryptography/buildout.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/component/python-cryptography/buildout.cfg b/component/python-cryptography/buildout.cfg index b1f8ca604..0a61c5ddf 100644 --- a/component/python-cryptography/buildout.cfg +++ b/component/python-cryptography/buildout.cfg @@ -14,6 +14,6 @@ environment = python-cryptography-env [python-cryptography-env] PATH = ${pkgconfig:location}/bin:%(PATH)s -PKG_CONFIG_PATH = ${libffi:location}/lib/pkgconfig -LD_LIBRARY_PATH = ${libffi:location}/lib -CPATH = ${openssl:location}/include +PKG_CONFIG_PATH = ${libffi:location}/lib/pkgconfig:${openssl:location}/lib/pkgconfig +LD_LIBRARY_PATH = ${libffi:location}/lib:${openssl:location}/lib +CPATH = ${libffi:location}/include:${openssl:location}/include -- 2.30.9