[
https://issues.apache.org/jira/browse/MINIFI-284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15993197#comment-15993197
]
ASF GitHub Bot commented on MINIFI-284:
---------------------------------------
GitHub user apiri opened a pull request:
https://github.com/apache/nifi-minifi-cpp/pull/87
MINIFI-284 Making use of CMAKE_INSTALL_LIBDIR argument to standardize…
… install location of JsonCpp lib across distributions.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apiri/nifi-minifi-cpp MINIFI-284
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi-minifi-cpp/pull/87.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #87
----
commit b4117246981125ca15f1d6d93527b388d8379aec
Author: Aldrin Piri <[email protected]>
Date: 2017-05-02T16:20:45Z
MINIFI-284 Making use of CMAKE_INSTALL_LIBDIR argument to standardize
install location of JsonCpp lib across distributions.
----
> Build problems on RHEL based systems
> ------------------------------------
>
> Key: MINIFI-284
> URL: https://issues.apache.org/jira/browse/MINIFI-284
> Project: Apache NiFi MiNiFi
> Issue Type: Bug
> Components: Build
> Reporter: Aldrin Piri
> Assignee: Aldrin Piri
> Priority: Blocker
> Fix For: cpp-0.2.0
>
>
> With the inclusion of JSONCPP the build does not work correctly on RHEL based
> systems as the install directory is generated as **/lib64 whereas Debian
> systems are simply **/lib. We can make use of build command to make an
> explicit install dir for JSONCPP to smooth this out and seems to be less
> intrusive than introducing a new overarching CMakeLists that builds all
> projects as external projects to then make use of find_library/package.
> https://public.kitware.com/Bug/view.php?id=11964
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)