mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-15 06:10:02 +00:00
11a6ce97f7
* There are difference spaces between inetutils-1.8/COPYING
and inetutils-1.9.1/COPYING,so md5sum is changed.
* the following patches are accepted by inetutils 1.9.1 upstream
inetutils-1.8-1005-ftpd-add-daemon-D-nommu-support.patch
inetutils-1.8-1004-detect-fork-support.patch
inetutils-1.8-1003-use-daemon-from-the-C-library-when-possible.patch
inetutils-1.8-1002-rshd-detect-__rcmd_errstr-support-in-the-C-lib.patch
inetutils-1.8-1001-ftp-rename-ruserpass-to-avoid-C-library-collision.patch
inetutils-1.8-0002-argp-fix-program_invocation_name-detection.patch
Signed-off-by: Chunrong Guo <b40290@freescale.com>
17 lines
584 B
Diff
17 lines
584 B
Diff
Upstream-Status: Pending
|
|
|
|
disable pre-ANSI compilers
|
|
|
|
Signed-off-by: Chunrong Guo <b40290@freescale.com>
|
|
--- inetutils-1.9.1/configure.ac 2012-01-06 22:05:05.000000000 +0800
|
|
+++ inetutils-1.9.1/configure.ac 2012-11-12 14:05:30.756957063 +0800
|
|
@@ -586,7 +586,7 @@
|
|
#include <arpa/tftp.h>])
|
|
|
|
### Checks for compiler characteristics.
|
|
-AM_C_PROTOTYPES dnl FIXME: Does inetutils even compile on pre-ANSI compilers?
|
|
+#AM_C_PROTOTYPES dnl FIXME: Does inetutils even compile on pre-ANSI compilers?
|
|
AC_C_CONST
|
|
|
|
dnl See if `weak refs' are possible; these make it possible (with shared
|