Commit ff3a9772 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

use our own pkg-config.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45168 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4f6f47f2
......@@ -4,6 +4,7 @@
[buildout]
extends =
openssl.cfg
pkgconfig.cfg
zlib.cfg
parts =
curl
......@@ -33,4 +34,6 @@ configure-options =
--without-libidn
environment =
LDFLAGS=-L${openssl:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib -L${zlib:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib
PATH=${pkgconfig:location}/bin:%(PATH)s
PKG_CONFIG_PATH=${openssl:location}/lib/pkgconfig
LDFLAGS=-Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment