configs: atmel: at91sam9260eknf: update defconfig
[buildroot-gz.git] / package / cdrkit / 0001-no-rcmd.patch
blob294779f7a51e7d518d640d852f69a03230da8d2b
1 [PATCH] fix build with uClibc
3 cdrkit unconditionally enables code using rcmd(3), which isn't available
4 on uClibc.
6 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
7 ---
8 include/xconfig.h.in | 1 -
9 1 file changed, 1 deletion(-)
11 Index: cdrkit-1.1.10/include/xconfig.h.in
12 ===================================================================
13 --- cdrkit-1.1.10.orig/include/xconfig.h.in
14 +++ cdrkit-1.1.10/include/xconfig.h.in
15 @@ -187,7 +187,6 @@
16 * they are placed before the large file tests.
19 -#define HAVE_RCMD 1 /* rcmd() is present in libc/libsocket */
20 #define HAVE_SOCKET 1 /* socket() is present in libc/libsocket */
21 #define HAVE_SOCKETPAIR 1 /* socketpair() is present in libc/libsocket */
22 #define HAVE_GETSERVBYNAME 1 /* getservbyname() is present in libc/libsocket */