Commit 78c6dbd4 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

add a missing $

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40568 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c993086b
......@@ -21,5 +21,5 @@ configure-options =
environment =
PATH=${libxml2:location}/bin:%(PATH)s
PKG_CONFIG_PATH=${openssl:location}/lib/pkgconfig:${libxml2:location}/lib/pkgconfig
CPPFLAGS=-I${openssl:location}/include -I{zlib:location}/include
CPPFLAGS=-I${openssl:location}/include -I${zlib:location}/include
LDFLAGS=-L${openssl:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${libxml2: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