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

bms_fbsd at users.sourceforge.net bms_fbsd at users.sourceforge.net
Thu Nov 26 14:51:15 PST 2009


Revision: 11590
          http://xorp.svn.sourceforge.net/xorp/?rev=11590&view=rev
Author:   bms_fbsd
Date:     2009-11-26 22:51:14 +0000 (Thu, 26 Nov 2009)

Log Message:
-----------
Fix shared library install.
Put $libdir back into RPATH, now that it can co-exist with the
regression tests.

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

Modified: trunk/xorp/SConstruct
===================================================================
--- trunk/xorp/SConstruct	2009-11-26 22:36:04 UTC (rev 11589)
+++ trunk/xorp/SConstruct	2009-11-26 22:51:14 UTC (rev 11590)
@@ -398,11 +398,10 @@
         '-DDEBUG_CALLBACKS',
     ])
 
-# XXX: This should not yet be needed, we do not yet install
-# libs into a single libdir in the community XORP installation layout.
-#env.AppendUnique(RPATH = [
-#    '$libdir',
-#    ])
+# Shared libraries are installed in $exec_prefix/lib by default.
+env.AppendUnique(RPATH = [
+    '$libdir',
+    ])
 
 # Export dynamic symbols in executables for runtime backtraces w/o GDB.
 env.AppendUnique(LINKFLAGS = [


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