libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: allow lt_dlexit test to pass if disable-shared


From: Ralf Wildenhues
Subject: FYI: allow lt_dlexit test to pass if disable-shared
Date: Tue, 27 Feb 2007 23:32:15 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

I applied this as obvious bug fix.

Cheers,
Ralf

2007-02-27  Ralf Wildenhues  <address@hidden>

        * tests/lt_dlexit.at: Allow test to pass on static-only systems
        and with disable-shared.

Index: tests/lt_dlexit.at
===================================================================
RCS file: /cvsroot/libtool/libtool/tests/lt_dlexit.at,v
retrieving revision 1.5
diff -u -r1.5 lt_dlexit.at
--- tests/lt_dlexit.at  12 Feb 2007 20:10:00 -0000      1.5
+++ tests/lt_dlexit.at  27 Feb 2007 22:28:56 -0000
@@ -85,7 +85,7 @@
   int i;
   lt_dlhandle b1;
 
-  /* LTDL_SET_PRELOADED_SYMBOLS(); */
+  LTDL_SET_PRELOADED_SYMBOLS();
   if (lt_dlinit() != 0) {
     fprintf (stderr, "error during initialization: %s\n", lt_dlerror());
     return 1;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]