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

- override pkgconfig settings

 - no libexpat is related with libsvn_fs


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40551 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 48a00c5f
......@@ -45,5 +45,6 @@ configure-options =
--disable-nls
environment =
PKG_CONFIG_PATH=${apache:location}/lib/pkgconfig:${sqlite3:location}/lib/pkgconfig:${openssl:location}/lib/pkgconfig:${neon:location}/lib/pkgconfig
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,${neon:location}/lib -Wl,-rpath -Wl,${apache:location}/lib -L${libuuid:location}/lib -Wl,-rpath -Wl,${libuuid:location}/lib
......@@ -718,7 +718,6 @@ class AssertSubversion(AssertSoftwareMixin):
software in [
'apache',
'libuuid',
'libexpat',
'neon',
'sqlite3',
'subversion',
......
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