Commit 57f59891 authored by Łukasz Nowak's avatar Łukasz Nowak

- use locally provided libuuid, as some parts of subversion are

   silently linked there


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40452 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d693fb9f
......@@ -7,6 +7,7 @@ extends =
../software-profiles/sqlite3.cfg
../software-profiles/zlib.cfg
../software-profiles/openssl.cfg
../software-profiles/libuuid.cfg
parts =
subversion
......@@ -38,5 +39,5 @@ configure-options =
--disable-nls
environment =
CPPFLAGS=-I${libexpat:location}/include
LDFLAGS=-L${libexpat:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${sqlite3:location}/lib -Wl,-rpath -Wl,${serf:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib
CPPFLAGS=-I${libexpat:location}/include -I${libuuid:location}/include
LDFLAGS=-L${libexpat:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${sqlite3:location}/lib -Wl,-rpath -Wl,${serf:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib -L${libuuid:location}/lib -Wl,-rpath -Wl,${libuuid: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