From d8d892799241eed9811836741cd5dfab02e484a9 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 30 Jun 2014 12:31:00 +0200 Subject: fix uClibc compile --- package/libtirpc/Makefile | 6 +++--- package/libtirpc/patches/patch-tirpc_rpc_rpcent_h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'package/libtirpc') diff --git a/package/libtirpc/Makefile b/package/libtirpc/Makefile index 56a6a8908..3e7297ccf 100644 --- a/package/libtirpc/Makefile +++ b/package/libtirpc/Makefile @@ -5,7 +5,7 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= libtirpc PKG_VERSION:= 0.2.4 -PKG_RELEASE:= 1 +PKG_RELEASE:= 2 PKG_MD5SUM:= 847995e8d002cbf1387bda05947be086 PKG_DESCR:= transport independent rpc library PKG_SECTION:= libs/net @@ -14,8 +14,8 @@ PKG_SITES:= ${MASTER_SITE_SOURCEFORGE:=libtirpc/} PKG_OPTS:= dev PKG_FLAVOURS_LIBTIRPC:= WITH_IPV6 WITH_GSS -PKGFD_WITH_IPV6:= enable IPv6 support -PKGFD_WITH_GSS:= enable GSS support +PKGFD_WITH_IPV6:= enable ipv6 support +PKGFD_WITH_GSS:= enable gss support PKGFB_WITH_GSS:= libgssglue krb5 PKGFS_WITH_GSS:= libgssglue diff --git a/package/libtirpc/patches/patch-tirpc_rpc_rpcent_h b/package/libtirpc/patches/patch-tirpc_rpc_rpcent_h index badea8121..520442cf4 100644 --- a/package/libtirpc/patches/patch-tirpc_rpc_rpcent_h +++ b/package/libtirpc/patches/patch-tirpc_rpc_rpcent_h @@ -1,5 +1,5 @@ ---- libtirpc-0.2.3.orig/tirpc/rpc/rpcent.h 2013-02-13 16:13:59.000000000 +0100 -+++ libtirpc-0.2.3/tirpc/rpc/rpcent.h 2014-03-22 14:22:44.000000000 +0100 +--- libtirpc-0.2.4.orig/tirpc/rpc/rpcent.h 2013-12-09 21:59:51.000000000 +0100 ++++ libtirpc-0.2.4/tirpc/rpc/rpcent.h 2014-06-30 12:14:11.114614896 +0200 @@ -44,10 +44,12 @@ /* #pragma ident "@(#)rpcent.h 1.13 94/04/25 SMI" */ /* @(#)rpcent.h 1.1 88/12/06 SMI */ @@ -11,7 +11,7 @@ /* These are defined in /usr/include/rpc/netdb.h */ -#if 0 -+#if !defined(__GLIBC__) ++#if !defined(__GLIBC__) || defined(__UCLIBC__) struct rpcent { char *r_name; /* name of server for this rpc program */ char **r_aliases; /* alias list */ -- cgit v1.2.3