[
https://issues.apache.org/jira/browse/KUDU-3145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexey Serbin resolved KUDU-3145.
---------------------------------
Fix Version/s: 1.13.0
Resolution: Fixed
> KUDU_LINK should be set before function APPEND_LINKER_FLAGS is called
> ---------------------------------------------------------------------
>
> Key: KUDU-3145
> URL: https://issues.apache.org/jira/browse/KUDU-3145
> Project: Kudu
> Issue Type: Sub-task
> Reporter: zhaorenhai
> Assignee: huangtianhua
> Priority: Major
> Fix For: 1.13.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> KUDU_LINK should be set before function APPEND_LINKER_FLAGS is called
>
> Because in function APPEND_LINKER_FLAGS , there are following logic:
> {code:java}
> if ("${LINKER_FAMILY}" STREQUAL "gold")
> if("${LINKER_VERSION}" VERSION_LESS "1.12" AND
> "${KUDU_LINK}" STREQUAL "d")
> message(WARNING "Skipping gold <1.12 with dynamic linking.")
> continue()
> endif()
> {code}
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)