summaryrefslogtreecommitdiff
path: root/package/krb5/patches/patch-src_util_export-check_pl
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2020-03-17 06:59:47 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2020-03-17 07:01:59 +0100
commit616362b342347514b39d6ab32049c4668bf0aa63 (patch)
treec8542a4de68e86c696fe71456e2bc90d546aa470 /package/krb5/patches/patch-src_util_export-check_pl
parentfdc87895f7d5b791898fe46ee16f2e87b32c2aae (diff)
krb5: update to 1.18
Diffstat (limited to 'package/krb5/patches/patch-src_util_export-check_pl')
-rw-r--r--package/krb5/patches/patch-src_util_export-check_pl11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/krb5/patches/patch-src_util_export-check_pl b/package/krb5/patches/patch-src_util_export-check_pl
deleted file mode 100644
index 0ef935fe4..000000000
--- a/package/krb5/patches/patch-src_util_export-check_pl
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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-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, "@@NM@@ -Dg --defined-only $libfile |" || die "can't run nm on $libfile: $!";
- open EXPORT, "< $exfile" || die "can't read $exfile: $!";
-
- @export = <EXPORT>;