diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-03-04 22:03:40 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-03-04 22:03:40 +0100 |
commit | a2c7fc5c3bf86996e9c30ce2a692dbf7a65d60de (patch) | |
tree | a0b6522f136e050ae50c304d7ed2a37982664abb /package/cdrkit/patches/patch-include_xconfig_h_in | |
parent | 1b8b4b1839bb012877b8e98cc8932b4cf0349440 (diff) | |
parent | f8a2963c529bd811e49693a0eaf3b1f19e90f1be (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/cdrkit/patches/patch-include_xconfig_h_in')
-rw-r--r-- | package/cdrkit/patches/patch-include_xconfig_h_in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/cdrkit/patches/patch-include_xconfig_h_in b/package/cdrkit/patches/patch-include_xconfig_h_in new file mode 100644 index 000000000..789849362 --- /dev/null +++ b/package/cdrkit/patches/patch-include_xconfig_h_in @@ -0,0 +1,10 @@ +--- cdrkit-1.1.11.orig/include/xconfig.h.in 2006-12-02 12:10:05.000000000 +0100 ++++ cdrkit-1.1.11/include/xconfig.h.in 2015-02-21 21:20:01.000000000 +0100 +@@ -187,7 +187,6 @@ + * they are placed before the large file tests. + */ + +-#define HAVE_RCMD 1 /* rcmd() is present in libc/libsocket */ + #define HAVE_SOCKET 1 /* socket() is present in libc/libsocket */ + #define HAVE_SOCKETPAIR 1 /* socketpair() is present in libc/libsocket */ + #define HAVE_GETSERVBYNAME 1 /* getservbyname() is present in libc/libsocket */ |