1 [PATCH] fix build with uClibc
3 cdrkit unconditionally enables code using rcmd(3), which isn't available
6 Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
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
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 */