tvision-2.1.0_pre2-ldconfig.patch 522 B

12345678910111213141516
  1. --- tvision/config.pl
  2. +++ tvision/config.pl
  3. @@ -1193,12 +1193,6 @@
  4. $rep.="\t".GenInstallFiles('0644',"$makeDir/$ver",'$(libdir)');
  5. $stripDebug=($OSf eq 'Darwin') ? '-S' : '--strip-debug';
  6. $rep.="\tstrip $stripDebug \$(libdir)/$ver\n" unless $conf{'debugInfo'} eq 'yes';
  7. - # FreeBSD: merge data from libdir.
  8. - # Darwin: doesn't have ldconfig.
  9. - if ($OSf ne 'Darwin')
  10. - {
  11. - $rep.=($OSf eq 'FreeBSD') ? "\t-ldconfig -m \$(libdir)\n" : "\t-ldconfig\n";
  12. - }
  13. }
  14. if ($internac)
  15. {