Commit 39dd9622 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

to specify header locations, we should use CPPFLAGS not CFLAGS.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@45169 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ff3a9772
......@@ -65,7 +65,7 @@ configure-options = --enable-authn-alias
environment =
PATH=${pkgconfig:location}/bin:%(PATH)s
PKG_CONFIG_PATH=${openssl:location}/lib/pkgconfig
CFLAGS =-I${libuuid:location}/include
CPPFLAGS =-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
[apache-antiloris]
......
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