[
https://issues.apache.org/jira/browse/MINIFI-123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15636654#comment-15636654
]
ASF subversion and git services commented on MINIFI-123:
--------------------------------------------------------
Commit 05838e51faf6a768dfd205ff90b1b4d99e3661cf in nifi-minifi-cpp's branch
refs/heads/master from codingogre
[ https://git-wip-us.apache.org/repos/asf?p=nifi-minifi-cpp.git;h=05838e5 ]
JIRA MINIFI-123. On the Raspbian platform (Debian based) the linker is
unsuccessful in linking pthreads with the MiNiFi
executable because CMake does not create a makefile that specifies -lpthreads.
The following change
should create a platform agnostic way of making sure posix threads are linked
correctly. This change
should be compatible with CMake 2.8.x and above.
This closes #22.
Signed-off-by: Aldrin Piri <[email protected]>
> CMake does not generate correct linker option when building main executable
> ---------------------------------------------------------------------------
>
> Key: MINIFI-123
> URL: https://issues.apache.org/jira/browse/MINIFI-123
> Project: Apache NiFi MiNiFi
> Issue Type: Bug
> Components: Build
> Affects Versions: cpp-0.0.1
> Reporter: Shawn Hooton
> Priority: Minor
>
> On the Raspbian platform (Debian based) the linker is unsuccessful in linking
> pthreads with the MiNiFi executable because CMake does not specify
> -lpthreads. The following change should create a platform agnostic way of
> making sure posix threads are linked correctly. This change should be
> compatible with CMake 2.8.x and above.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)