You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Christopher Tubbs (JIRA)" <ji...@apache.org> on 2017/03/14 10:23:41 UTC

[jira] [Created] (THRIFT-4122) ppc64le builds don't look in lib64 directory

Christopher Tubbs created THRIFT-4122:
-----------------------------------------

             Summary: ppc64le builds don't look in lib64 directory
                 Key: THRIFT-4122
                 URL: https://issues.apache.org/jira/browse/THRIFT-4122
             Project: Thrift
          Issue Type: Bug
          Components: Build Process
    Affects Versions: 0.10.0
            Reporter: Christopher Tubbs


In {{aclocal/ax_boost_base.m4}}, {{libsubdirs}} is set to inspect lib64 directories when building on 64-bit architectures. However, ppc64le is missing from this list, causing a failure to link against boost-static properly during the build.

The fix is trivial. Just substitute {{ppc64}} with {{ppc64|ppc64le}} in that list.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)