diff options
| -rw-r--r-- | meta/recipes-extended/libtirpc/libtirpc/export_key_secretkey_is_set.patch | 24 | ||||
| -rw-r--r-- | meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb | 1 |
2 files changed, 25 insertions, 0 deletions
diff --git a/meta/recipes-extended/libtirpc/libtirpc/export_key_secretkey_is_set.patch b/meta/recipes-extended/libtirpc/libtirpc/export_key_secretkey_is_set.patch new file mode 100644 index 0000000000..a276ba27a5 --- /dev/null +++ b/meta/recipes-extended/libtirpc/libtirpc/export_key_secretkey_is_set.patch | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | Add key_secretkey_is_set to exported symbols map | ||
| 2 | |||
| 3 | key_secret_is_set is a typo in libtirpc map | ||
| 4 | Patch taken from | ||
| 5 | |||
| 6 | https://sourceforge.net/p/libtirpc/discussion/637321/thread/fd73d431/ | ||
| 7 | |||
| 8 | Upstream-Status: Pending | ||
| 9 | |||
| 10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 11 | |||
| 12 | Index: libtirpc-1.0.1/src/libtirpc.map | ||
| 13 | =================================================================== | ||
| 14 | --- libtirpc-1.0.1.orig/src/libtirpc.map | ||
| 15 | +++ libtirpc-1.0.1/src/libtirpc.map | ||
| 16 | @@ -298,7 +298,7 @@ TIRPC_0.3.2 { | ||
| 17 | key_gendes; | ||
| 18 | key_get_conv; | ||
| 19 | key_setsecret; | ||
| 20 | - key_secret_is_set; | ||
| 21 | + key_secretkey_is_set; | ||
| 22 | key_setnet; | ||
| 23 | netname2host; | ||
| 24 | netname2user; | ||
diff --git a/meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb b/meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb index 8ba547506b..b96abc4d57 100644 --- a/meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb +++ b/meta/recipes-extended/libtirpc/libtirpc_1.0.1.bb | |||
| @@ -13,6 +13,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.bz2;name=libtirpc \ | |||
| 13 | ${GENTOO_MIRROR}/${BPN}-glibc-nfs.tar.xz;name=glibc-nfs \ | 13 | ${GENTOO_MIRROR}/${BPN}-glibc-nfs.tar.xz;name=glibc-nfs \ |
| 14 | file://libtirpc-1.0.2-rc3.patch \ | 14 | file://libtirpc-1.0.2-rc3.patch \ |
| 15 | file://libtirpc-0.2.1-fortify.patch \ | 15 | file://libtirpc-0.2.1-fortify.patch \ |
| 16 | file://export_key_secretkey_is_set.patch \ | ||
| 16 | " | 17 | " |
| 17 | 18 | ||
| 18 | SRC_URI_append_libc-uclibc = " file://remove-des-functionality.patch \ | 19 | SRC_URI_append_libc-uclibc = " file://remove-des-functionality.patch \ |
