瀏覽代碼

use GNU nm from toolchain (second part)

Waldemar Brodkorb 15 年之前
父節點
當前提交
d628ef6177
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. 11 0
      package/krb5/patches/patch-src_util_export-check_pl

+ 11 - 0
package/krb5/patches/patch-src_util_export-check_pl

@@ -0,0 +1,11 @@
+--- krb5-1.8.1.orig/src/util/export-check.pl	Sun Aug  1 18:36:11 2010
++++ krb5-1.8.1/src/util/export-check.pl	Sun Aug  1 18:27:23 2010
+@@ -38,7 +38,7 @@ if ($#ARGV != 1) {
+ my($exfile, $libfile) = @ARGV;
+ 
+ @missing = ();
+-open NM, "nm -Dg --defined-only $libfile |" || die "can't run nm on $libfile: $!";
++open NM, "@@NM@@ -Dg --defined-only $libfile |" || die "can't run nm on $libfile: $!";
+ open EXPORT, "< $exfile" || die "can't read $exfile: $!";
+ 
+ @export = <EXPORT>;