If curl DEPENDS on zlib, tell curl where to find it
configure cannot find by itself the LCG-provided zlib on which curl is supposed to depend. It either takes system version or silently switches off support for zlib. This commit fixes the problem.
Merge request reports
Activity
added test-needed label
added 1 commit
- d9f8c5bc - Change in build rules should be accompanied with increased REVISION
mentioned in commit 1615878d
Hi Pere, Antoni,
in general it is not a good idea to use
${<package>_home}
for packages that can be taken from system: the variable's value will be equal toTakenFromSystem
, and not something like/usr
- and this will break the configure/build step. The correct handling of this case can be seen, e.g., here.Ivan
Thanks @razumov. I can apply a patch to the merge.
@mato Done already.
@razumov Thank you and sorry.
Please register or sign in to reply