From: Amul Shah <Amul.Shah@fisglobal.com>
Summary: Include the symbols needed for the statsdb feature
Description: GT.M V6.3-001 added a new feature to monitor database statistics
	with GTM-6699. The feature added some newly exposed symbols. While the
	regular GT.M builds included these symbols, the CMake built GT.M did
	not. This patch addresses those missing symbols.
Origin: upstream
Forwarded: not-needed
Applied-Upstream: post V6.3-002
Last-Update: 2017-09-27
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/sr_linux/platform.cmake
+++ b/sr_linux/platform.cmake
@@ -1,6 +1,6 @@
 #################################################################
 #								#
-# Copyright (c) 2013-2016 Fidelity National Information		#
+# Copyright (c) 2013-2017 Fidelity National Information		#
 # Services, Inc. and/or its subsidiaries. All rights reserved.	#
 #								#
 #	This source code contains the intellectual property	#
@@ -69,6 +69,7 @@
 set(gtm_dep   "${GTM_BINARY_DIR}/gtmexe_symbols.export")
 
 set(libgtmshr_link "-Wl,-u,gtm_ci -Wl,-u,gtm_filename_to_id -Wl,-u,gtm_is_main_thread")
+set(libgtmshr_link "${libgtmshr_link} -Wl,-u,accumulate -Wl,-u,is_big_endian -Wl,-u,to_ulong")
 set(libgtmshr_link "${libgtmshr_link} -Wl,--version-script,\"${GTM_BINARY_DIR}/gtmshr_symbols.export\"")
 set(libgtmshr_dep  "${GTM_BINARY_DIR}/gtmexe_symbols.export")
 
