Commit 48a00c5f authored by Łukasz Nowak's avatar Łukasz Nowak

- override pkgconfig parameters

 - do not require to link with pthread


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40550 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6b12a4a8
...@@ -20,5 +20,6 @@ configure-options = ...@@ -20,5 +20,6 @@ configure-options =
environment = environment =
PATH=${libxml2:location}/bin:%(PATH)s PATH=${libxml2:location}/bin:%(PATH)s
PKG_CONFIG_PATH=${openssl: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 LDFLAGS=-L${openssl:location}/lib -Wl,-rpath -Wl,${openssl:location}/lib -Wl,-rpath -Wl,${zlib:location}/lib -Wl,-rpath -Wl,${libxml2:location}/lib
...@@ -877,7 +877,6 @@ class AssertNeon(AssertSoftwareMixin): ...@@ -877,7 +877,6 @@ class AssertNeon(AssertSoftwareMixin):
'libcrypto', 'libcrypto',
'libdl', 'libdl',
'libm', 'libm',
'libpthread',
'libssl', 'libssl',
'libxml2', 'libxml2',
'libz', 'libz',
......
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