[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-server-cvs
Subject:    [Server-cvs] engine/bin/nodist linux2.pcf,1.5,1.6
From:       dcollins () helixcommunity ! org
Date:       2011-06-16 15:13:51
Message-ID: 201106161513.p5GFDvA5025739 () mailer ! progressive-comp ! com
[Download RAW message or body]

Update of /cvsroot/server/engine/bin/nodist
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv11600/server/engine/bin/nodist


Modified Files:
	linux2.pcf 
Log Message:
Synopsis
========
Fixes 64-bit build-busters for the Linux DNA and Plus builds

Branches: HEAD
Suggested Reviewer: Chytanya (pending)


Description
===========

This diff fixes a build-buster in the 64-bit builds of the DNA
and Plus servers on Linux.  We use libunwind for stack backtraces
and this needs to be linked into the binary.


Files Affected
==============

server/engine/bin/nodist/linux2.pcf
server/engine/bin/plus/linux2.pcf


Testing Performed
=================

Unit Tests:
- N/A

Integration Tests:
- N/A

Leak Tests:
- N/A

Performance Tests:
- N/A

Platforms Tested: not tested
Builds Verified: linux-rhel5-x86_64

QA Hints
========
- N/A



Index: linux2.pcf
===================================================================
RCS file: /cvsroot/server/engine/bin/nodist/linux2.pcf,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- linux2.pcf	20 Mar 2005 18:22:13 -0000	1.5
+++ linux2.pcf	16 Jun 2011 15:13:47 -0000	1.6
@@ -44,3 +44,6 @@
 if project.IsDefined("PTHREADS_SUPPORTED"):
         project.AddSystemLibraries("pthread")
 
+if project.IsDefined("_LONG_IS_64"):
+        project.AddLibraries(os.path.join(GetSDKPath("libunwind"), "linux-x86_64", \
"lib", "libunwind.a")) +


_______________________________________________
Server-cvs mailing list
Server-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/server-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic