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

(-)a/Makefile.PL (-1 / +1 lines)
Lines 174-180 Link Here
174
174
175
  close(TST);
175
  close(TST);
176
  print "Looking for $f()" . "." x (13-length($f)) . " ";
176
  print "Looking for $f()" . "." x (13-length($f)) . " ";
177
  if (system("$cfg{'cc'} $flags -Wl,--no-undefined $funcs{$f} functest_$f.c > functest_$f.log 2>&1")) {
177
  if (system("$cfg{'cc'} $flags $funcs{$f} functest_$f.c > functest_$f.log 2>&1")) {
178
    print "not found.\n";
178
    print "not found.\n";
179
  } else {
179
  } else {
180
    $define{"-DHAVE_\U$f"} = undef;
180
    $define{"-DHAVE_\U$f"} = undef;

Return to bug 930173