summaryrefslogtreecommitdiff
path: root/package/krb5/patches/patch-src_util_export-check_pl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-08-14 14:44:33 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-08-14 14:44:33 +0200
commit2bdcee2f9aa927118e23f4fb37bcc28adbe1a941 (patch)
treead27a5a87e7a053a986c1a3aa30cc33fbb61f1ac /package/krb5/patches/patch-src_util_export-check_pl
parentf6060c06d2921f1c832751981b55fa9fe678d167 (diff)
update to latest upstream version
Diffstat (limited to 'package/krb5/patches/patch-src_util_export-check_pl')
-rw-r--r--package/krb5/patches/patch-src_util_export-check_pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/krb5/patches/patch-src_util_export-check_pl b/package/krb5/patches/patch-src_util_export-check_pl
index 04d21a299..788411962 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.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
+--- 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
@@ -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 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 EXPORT, "< $exfile" || die "can't read $exfile: $!";
@export = <EXPORT>;