[ 
https://issues.apache.org/jira/browse/SERF-180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andreas Stieger updated SERF-180:
---------------------------------
             Assignee: Andreas Stieger
    Affects Version/s: serf-trunk

> SConstruct never adds ZLIB paths on non-Windows platforms
> ---------------------------------------------------------
>
>                 Key: SERF-180
>                 URL: https://issues.apache.org/jira/browse/SERF-180
>             Project: serf
>          Issue Type: Bug
>    Affects Versions: serf-1.3.9, serf-trunk
>            Reporter: Michael Osipov
>            Assignee: Andreas Stieger
>
> Having {{ZLIB}} in a non-default location makes linking at the end of the 
> build fail. The {{SConstruct}} has the {{else}} block for non-{{win32}} from 
> lines 366 to 404. One simply needs to add:
> {noformat}
>   env.Append(CPPPATH=['$ZLIB/include'],
>              LIBPATH=['$ZLIB/lib'])
> {noformat}
> before the {{OPENSSL}} block.
> Patch can be provided.



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

Reply via email to