diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-05 16:39:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-10-10 12:04:20 +0000 |
commit | 963864cd4ae5f5cffbb8d82618d62d816bdc4d0f (patch) | |
tree | ac7581c219f598a44c33175e510110c6df35dfcc /main/libtirpc/yp.patch | |
parent | 00e7837fe0a6ced5aaea484695a08609b5bc1f19 (diff) | |
download | aports-963864cd4ae5f5cffbb8d82618d62d816bdc4d0f.tar.bz2 aports-963864cd4ae5f5cffbb8d82618d62d816bdc4d0f.tar.xz |
main/libtirpc: rebuild against libressl
we dont seem to link against libressl but apparently krb5 does
Diffstat (limited to 'main/libtirpc/yp.patch')
-rw-r--r-- | main/libtirpc/yp.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/libtirpc/yp.patch b/main/libtirpc/yp.patch new file mode 100644 index 0000000000..dd32219254 --- /dev/null +++ b/main/libtirpc/yp.patch @@ -0,0 +1,13 @@ +--- ./src/getpublickey.c.orig ++++ ./src/getpublickey.c +@@ -38,8 +38,10 @@ + #include <pwd.h> + #include <rpc/rpc.h> + #include <rpc/key_prot.h> ++#ifdef YP + #include <rpcsvc/yp_prot.h> + #include <rpcsvc/ypclnt.h> ++#endif + #include <string.h> + #include <stdlib.h> + |