summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
Diffstat (limited to 'package')
-rw-r--r--package/httping/Makefile2
-rw-r--r--package/rpcbind/patches/patch-src_security_c20
2 files changed, 10 insertions, 12 deletions
diff --git a/package/httping/Makefile b/package/httping/Makefile
index 18a97a85b..ca536190f 100644
--- a/package/httping/Makefile
+++ b/package/httping/Makefile
@@ -19,6 +19,8 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,HTTPING,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+TCFLAGS+= -D_GNU_SOURCE
+
CONFIG_STYLE:= manual
post-install:
diff --git a/package/rpcbind/patches/patch-src_security_c b/package/rpcbind/patches/patch-src_security_c
index d7a5582d9..08a86565a 100644
--- a/package/rpcbind/patches/patch-src_security_c
+++ b/package/rpcbind/patches/patch-src_security_c
@@ -1,10 +1,15 @@
--- rpcbind-0.2.0.orig/src/security.c 2009-05-29 15:38:22.000000000 +0200
-+++ rpcbind-0.2.0/src/security.c 2010-02-06 01:55:37.383094004 +0100
-@@ -20,12 +20,38 @@
++++ rpcbind-0.2.0/src/security.c 2010-02-27 19:57:02.000000000 +0100
+@@ -20,12 +20,28 @@
/*
* XXX for special case checks in check_callit.
*/
-+#if defined(__UCLIBC__)
+-#include <rpcsvc/mount.h>
+-#include <rpcsvc/rquota.h>
+-#include <rpcsvc/nfs_prot.h>
+-#include <rpcsvc/yp.h>
+-#include <rpcsvc/ypclnt.h>
+-#include <rpcsvc/yppasswd.h>
+
+#define MOUNTPROC_MNT 1
+#define MOUNTPROC_UMNT 3
@@ -27,15 +32,6 @@
+#define YPPROC_ALL 8
+
+#define YPBINDPROC_SETDOM 2
-+
-+#else
- #include <rpcsvc/mount.h>
- #include <rpcsvc/rquota.h>
- #include <rpcsvc/nfs_prot.h>
- #include <rpcsvc/yp.h>
- #include <rpcsvc/ypclnt.h>
- #include <rpcsvc/yppasswd.h>
-+#endif
#include "rpcbind.h"