diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-22 08:52:31 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-22 08:52:31 +0200 |
commit | d3c7223de70ff58b8615d5d01d9ddf2566920446 (patch) | |
tree | 88f3b6d4ace4d6364a90fd0a7bd3191843302c87 /package/krb5/patches | |
parent | c9fca86c78dea24e7dd36b8f81a86285a98e3838 (diff) |
fix krb5 compile
Diffstat (limited to 'package/krb5/patches')
-rw-r--r-- | package/krb5/patches/patch-src_util_export-check_pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/krb5/patches/patch-src_util_export-check_pl b/package/krb5/patches/patch-src_util_export-check_pl index 788411962..0ef935fe4 100644 --- a/package/krb5/patches/patch-src_util_export-check_pl +++ b/package/krb5/patches/patch-src_util_export-check_pl @@ -1,11 +1,11 @@ --- krb5-1.11.3.orig/src/util/export-check.pl 2013-06-03 23:39:43.000000000 +0200 -+++ krb5-1.11.3/src/util/export-check.pl 2013-08-14 14:05:45.000000000 +0200 ++++ krb5-1.11.3/src/util/export-check.pl 2013-08-22 08:50:25.737585135 +0200 @@ -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, "/home/wbx/openadk/host_arm_glibc/bin/arm-openadk-linux-gnueabi-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>; |