patch-src_util_export-check_pl 500 B

1234567891011
  1. --- krb5-1.11.3.orig/src/util/export-check.pl 2013-06-03 23:39:43.000000000 +0200
  2. +++ krb5-1.11.3/src/util/export-check.pl 2013-08-22 08:50:25.737585135 +0200
  3. @@ -38,7 +38,7 @@ if ($#ARGV != 1) {
  4. my($exfile, $libfile) = @ARGV;
  5. @missing = ();
  6. -open NM, "nm -Dg --defined-only $libfile |" || die "can't run nm on $libfile: $!";
  7. +open NM, "@@NM@@ -Dg --defined-only $libfile |" || die "can't run nm on $libfile: $!";
  8. open EXPORT, "< $exfile" || die "can't read $exfile: $!";
  9. @export = <EXPORT>;