Commit 9ec4738f authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

use our own pkg-config to compute openssl related libraries correctly.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45164 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3b254e48
......@@ -9,6 +9,7 @@ extends =
gdbm.cfg
openssl.cfg
pcre.cfg
pkgconfig.cfg
sqlite3.cfg
zlib.cfg
......@@ -62,6 +63,8 @@ configure-options = --enable-authn-alias
--without-iconv
environment =
PATH=${pkgconfig:location}/bin:%(PATH)s
PKG_CONFIG_PATH=${openssl:location}/lib/pkgconfig
CFLAGS =-I${libuuid:location}/include
LDFLAGS =-Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib -L${libuuid:location}/lib -Wl,-rpath -Wl,${libuuid:location}/lib -Wl,-rpath -Wl,${libexpat:location}/lib -Wl,-rpath -Wl,${pcre:location}/lib -Wl,-rpath -Wl,${sqlite3:location}/lib -Wl,-rpath -Wl,${gdbm: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