Commit e656d740 authored by Łukasz Nowak's avatar Łukasz Nowak

- compile with neon, to have client being able to connect to http[s]


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40174 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1ecd7e7d
......@@ -3,6 +3,7 @@ extends =
../software-profiles/apache.cfg
../software-profiles/libdb.cfg
../software-profiles/libexpat.cfg
../software-profiles/neon.cfg
../software-profiles/sqlite3.cfg
../software-profiles/zlib.cfg
parts =
......@@ -19,6 +20,8 @@ configure-options =
--with-zlib=${zlib:location}
--with-sqlite=${sqlite3:location}
--without-berkeley-db
--with-neon=${neon:location}
environment =
CPPFLAGS=-I${libexpat:location}/include
LDFLAGS=-L${libexpat:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib
LDFLAGS=-L${libexpat:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -L{neon:location}/lib -Wl,-rpath -Wl,${neon: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