Michael Osipov created SERF-180:
-----------------------------------

             Summary: 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
            Reporter: Michael Osipov


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/hpux32'])
{noformat}

before the {{OPENSSL}} block.

Patch can be provided.



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

Reply via email to