[jira] [Commented] (SVN-4655) configure: add zlib discovery through pkg-config

2016-09-19 Thread Michael Osipov (JIRA)

[ 
https://issues.apache.org/jira/browse/SVN-4655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15503938#comment-15503938
 ] 

Michael Osipov commented on SVN-4655:
-

Fine, I will report it to the list. Seems like every Apache project has 
different rules.

> configure: add zlib discovery through pkg-config
> 
>
> Key: SVN-4655
> URL: https://issues.apache.org/jira/browse/SVN-4655
> Project: Subversion
>  Issue Type: Improvement
>  Components: compile, install
>Affects Versions: 1.9.4, 1.10.0
> Environment: HP-UX 11.31
>Reporter: Michael Osipov
> Attachments: SVN-4655.patch
>
>
> {{configure}} does not find zlib even if {{--with-zlib=/path...}} is provided 
> because {{$zlib_prefix/lib}} does not exist on HP-UX but only 
> {{$zlib_prefix/lib/hpux32}}. By using {{pkg-config}} this can actually easily 
> solved.
> See attached patch which fixes the issue by probing provided prefix, if not 
> try {{pkg-config}} and builtin. The idea was borrowed from {{serf.m4}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SVN-4655) configure: add zlib discovery through pkg-config

2016-09-19 Thread Ivan Zhakov (JIRA)

[ 
https://issues.apache.org/jira/browse/SVN-4655?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15503739#comment-15503739
 ] 

Ivan Zhakov commented on SVN-4655:
--

Hi Mike,

Recommended way for submitting patches is post them to dev@s.a.o mailing list:
http://subversion.apache.org/docs/community-guide/general.html#patches-submission


> configure: add zlib discovery through pkg-config
> 
>
> Key: SVN-4655
> URL: https://issues.apache.org/jira/browse/SVN-4655
> Project: Subversion
>  Issue Type: Improvement
>  Components: compile, install
>Affects Versions: 1.9.4, 1.10.0
> Environment: HP-UX 11.31
>Reporter: Michael Osipov
> Attachments: SVN-4655.patch
>
>
> {{configure}} does not find zlib even if {{--with-zlib=/path...}} is provided 
> because {{$zlib_prefix/lib}} does not exist on HP-UX but only 
> {{$zlib_prefix/lib/hpux32}}. By using {{pkg-config}} this can actually easily 
> solved.
> See attached patch which fixes the issue by probing provided prefix, if not 
> try {{pkg-config}} and builtin. The idea was borrowed from {{serf.m4}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)