Explorar o código

fix krb5 compile with musl

Waldemar Brodkorb %!s(int64=13) %!d(string=hai) anos
pai
achega
beeff568cc
Modificáronse 1 ficheiros con 10 adicións e 0 borrados
  1. 10 0
      package/krb5/patches/patch-src_lib_rpc_bindresvport_c

+ 10 - 0
package/krb5/patches/patch-src_lib_rpc_bindresvport_c

@@ -0,0 +1,10 @@
+--- krb5-1.11.3.orig/src/lib/rpc/bindresvport.c	2013-06-03 23:39:43.000000000 +0200
++++ krb5-1.11.3/src/lib/rpc/bindresvport.c	2013-08-14 14:52:36.000000000 +0200
+@@ -37,6 +37,7 @@
+ #include <sys/types.h>
+ #include <sys/errno.h>
+ #include <sys/socket.h>
++#include <netdb.h>
+ #include <netinet/in.h>
+ #include <gssrpc/rpc.h>
+ #include <errno.h>