From: Peter O'Gorman Date: Mon, 14 Jun 2010 16:04:17 +0000 (-0500) Subject: Pass resident test with --disable-shared too. X-Git-Tag: v2.4~154 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0263ff229bbf6f02a61d4ccad3bd4ab3a5601e1d;p=thirdparty%2Flibtool.git Pass resident test with --disable-shared too. * tests/resident.at: use LTDL_SET_PRELOADED_SYMBOLS. --- diff --git a/ChangeLog b/ChangeLog index a313b4bdc..2ffbceecc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-06-14 Peter O'Gorman + + Pass resident test with --disable-shared too. + * tests/resident.at: use LTDL_SET_PRELOADED_SYMBOLS. + 2010-06-13 Peter O'Gorman Test with --disable-shared at release time too. diff --git a/tests/resident.at b/tests/resident.at index 2a852047e..cf0068857 100644 --- a/tests/resident.at +++ b/tests/resident.at @@ -38,6 +38,8 @@ main (int argc, char* argv[]) lt_dlhandle plugin_handle; lt_dladvise advise; + LTDL_SET_PRELOADED_SYMBOLS(); + if (argc < 2) { fprintf (stderr, "usage: %s plugin\n", argv[0]);