[Xorp-cvs] SF.net SVN: xorp:[11656] trunk/xorp/SConstruct

bms_fbsd at users.sourceforge.net bms_fbsd at users.sourceforge.net
Thu Dec 3 12:37:54 PST 2009


Revision: 11656
          http://xorp.svn.sourceforge.net/xorp/?rev=11656&view=rev
Author:   bms_fbsd
Date:     2009-12-03 20:37:54 +0000 (Thu, 03 Dec 2009)

Log Message:
-----------
Enable the rtld $ORIGIN feature by default

Modified Paths:
--------------
    trunk/xorp/SConstruct

Modified: trunk/xorp/SConstruct
===================================================================
--- trunk/xorp/SConstruct	2009-12-03 20:36:29 UTC (rev 11655)
+++ trunk/xorp/SConstruct	2009-12-03 20:37:54 UTC (rev 11656)
@@ -57,7 +57,7 @@
 vars.AddVariables(
     BoolVariable('shared', 'build with shared libraries', True),
     BoolVariable('strip',  'strip executables and libraries when installed', False),
-    BoolVariable('rtld_origin', 'Use ORIGIN in dynamically linked programs', False),
+    BoolVariable('rtld_origin', 'Use ORIGIN in dynamically linked programs', True),
     BoolVariable('ignore_check_errors', 'Ignore errors when building tests', False),
     BoolVariable('debug_stl',  'Build with checked STL operations', False),
     BoolVariable('debug_msg',  'Build with debug messages', False),


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Xorp-cvs mailing list