SF.net SVN: gar:[22961] csw/mgar/pkg/tlsinterposer/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Feb 7 14:02:20 CET 2014


Revision: 22961
          http://sourceforge.net/p/gar/code/22961
Author:   dmichelsen
Date:     2014-02-07 13:02:19 +0000 (Fri, 07 Feb 2014)
Log Message:
-----------
tlsinterposer/trunk: Disable direct linkage

Modified Paths:
--------------
    csw/mgar/pkg/tlsinterposer/trunk/Makefile

Modified: csw/mgar/pkg/tlsinterposer/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tlsinterposer/trunk/Makefile	2014-02-07 12:14:36 UTC (rev 22960)
+++ csw/mgar/pkg/tlsinterposer/trunk/Makefile	2014-02-07 13:02:19 UTC (rev 22961)
@@ -26,6 +26,9 @@
 # Make sure to use relocatable code
 EXTRA_CFLAGS += -xcode=pic13
 
+# Do not use direct linking as it goes against lazy load for interposed libs
+LINKER_DIRECT =
+
 CONFIGURE_SCRIPTS =
 BUILD_SCRIPTS = custom
 TEST_SCRIPTS =

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



More information about the devel mailing list