patch-src_util_export-check_pl 476 B

1234567891011
  1. --- krb5-1.8.1.orig/src/util/export-check.pl Sun Aug 1 18:36:11 2010
  2. +++ krb5-1.8.1/src/util/export-check.pl Sun Aug 1 18:27:23 2010
  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>;