You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ph...@apache.org on 2018/12/12 21:26:22 UTC

nifi-minifi-cpp git commit: MINIFICPP-695 - NanoFi Examples appear to be broken

Repository: nifi-minifi-cpp
Updated Branches:
  refs/heads/master 2caa58709 -> c3a88e946


MINIFICPP-695 - NanoFi Examples appear to be broken

This closes #459.

Signed-off-by: Marc Parisi <ph...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/c3a88e94
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/c3a88e94
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/c3a88e94

Branch: refs/heads/master
Commit: c3a88e94605045e80963f7d5cfba51a0fb5f6ed9
Parents: 2caa587
Author: Arpad Boda <ab...@hortonworks.com>
Authored: Tue Dec 11 15:54:31 2018 +0100
Committer: Marc Parisi <ph...@apache.org>
Committed: Wed Dec 12 16:23:22 2018 -0500

----------------------------------------------------------------------
 nanofi/examples/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/c3a88e94/nanofi/examples/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/nanofi/examples/CMakeLists.txt b/nanofi/examples/CMakeLists.txt
index f5f660f..1641061 100644
--- a/nanofi/examples/CMakeLists.txt
+++ b/nanofi/examples/CMakeLists.txt
@@ -54,7 +54,7 @@ elseif (APPLE)
     set(LINK_END_FLAGS "")
 else ()
     set(LINK_FLAGS "-Wl,--whole-archive")
-    set(LINK_END_FLAGS "-Wl,--no-whole-archive")
+    set(LINK_END_FLAGS "")
 endif ()
 
 add_executable(generate_flow generate_flow.c)