Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 295429
Collapse All | Expand All

(-)ltdl/ltdl.c.jj (-2 / +3 lines)
Lines 529-535 Link Here
529
  /* Try to open the old library first; if it was dlpreopened,
529
  /* Try to open the old library first; if it was dlpreopened,
530
     we want the preopened version of it, even if a dlopenable
530
     we want the preopened version of it, even if a dlopenable
531
     module is available.  */
531
     module is available.  */
532
  if (old_name && tryall_dlopen (handle, old_name, advise, 0) == 0)
532
  if (old_name && tryall_dlopen (handle, old_name,
533
			  advise, lt_dlloader_find ("lt_preopen") ) == 0)
533
    {
534
    {
534
      return 0;
535
      return 0;
535
    }
536
    }
Lines 1345-1351 Link Here
1345
	    }
1346
	    }
1346
#endif
1347
#endif
1347
	}
1348
	}
1348
      if (!file)
1349
      else
1349
	{
1350
	{
1350
	  file = fopen (attempt, LT_READTEXT_MODE);
1351
	  file = fopen (attempt, LT_READTEXT_MODE);
1351
	}
1352
	}

Return to bug 295429