diff options
| author | Valery Kartel <valery.kartel@gmail.com> | 2017-03-24 16:16:18 +0200 |
|---|---|---|
| committer | Timo Teräs <timo.teras@iki.fi> | 2017-04-27 06:03:03 +0000 |
| commit | 92654aa878c59d018a4a1df7049a57601e2e4f94 (patch) | |
| tree | 04853dd592bb633a6fe49b64fe11ec026cc8d573 /testing/libnsl/tirpc_hack.patch | |
| parent | 9edb53cea056101c4963a04b747bf102de23f919 (diff) | |
| download | aports-92654aa878c59d018a4a1df7049a57601e2e4f94.tar.bz2 aports-92654aa878c59d018a4a1df7049a57601e2e4f94.tar.xz | |
testing/libnsl: rebuild with fixed libtirpc
Diffstat (limited to 'testing/libnsl/tirpc_hack.patch')
| -rw-r--r-- | testing/libnsl/tirpc_hack.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/testing/libnsl/tirpc_hack.patch b/testing/libnsl/tirpc_hack.patch deleted file mode 100644 index 7d994aa10f..0000000000 --- a/testing/libnsl/tirpc_hack.patch +++ /dev/null @@ -1,13 +0,0 @@ -For some reason tirpc library does not provide 'key_secretkey_is_set' - ---- a/src/nisplus/nis_callback.c -+++ b/src/nisplus/nis_callback.c -@@ -295,7 +295,7 @@ - cb->callback = callback; - cb->userdata = userdata; - -- if ((flags & NO_AUTHINFO) || !key_secretkey_is_set ()) -+ if (flags & NO_AUTHINFO) - { - cb->serv->key_type = NIS_PK_NONE; - cb->serv->pkey.n_bytes = NULL; |
