diff options
| author | Richard Purdie <richard@openedhand.com> | 2008-07-23 13:44:01 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2008-07-23 13:44:01 +0000 |
| commit | c3914033c950d4b5c364100a2450d88636e30e31 (patch) | |
| tree | 991a0f6e0d1ad31dd628bd90feabaf3c08eefb39 /meta-extras/packages/minicom/minicom-2.1/configure.patch | |
| parent | a6b0bc0f74912fd3035a0c2bd10b19b774a7775b (diff) | |
| download | poky-c3914033c950d4b5c364100a2450d88636e30e31.tar.gz | |
meta-extras: Add minicom (from OE)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4936 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-extras/packages/minicom/minicom-2.1/configure.patch')
| -rw-r--r-- | meta-extras/packages/minicom/minicom-2.1/configure.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/meta-extras/packages/minicom/minicom-2.1/configure.patch b/meta-extras/packages/minicom/minicom-2.1/configure.patch new file mode 100644 index 0000000000..4db47fb3d8 --- /dev/null +++ b/meta-extras/packages/minicom/minicom-2.1/configure.patch | |||
| @@ -0,0 +1,25 @@ | |||
| 1 | Index: minicom-2.1/configure.in | ||
| 2 | =================================================================== | ||
| 3 | --- minicom-2.1.orig/configure.in 2003-04-29 21:08:25.000000000 +0000 | ||
| 4 | +++ minicom-2.1/configure.in 2005-07-04 19:03:32.000000000 +0000 | ||
| 5 | @@ -231,9 +231,9 @@ | ||
| 6 | AC_HEADER_STAT | ||
| 7 | AC_HEADER_TIME | ||
| 8 | |||
| 9 | -AM_SYS_POSIX_TERMIOS | ||
| 10 | +AC_SYS_POSIX_TERMIOS | ||
| 11 | AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL | ||
| 12 | -if test $am_cv_sys_posix_termios = yes; then | ||
| 13 | +if test $ac_cv_sys_posix_termios = yes; then | ||
| 14 | AC_DEFINE(POSIX_TERMIOS) | ||
| 15 | fi | ||
| 16 | |||
| 17 | @@ -253,7 +253,7 @@ | ||
| 18 | |||
| 19 | dnl Checks for library functions. | ||
| 20 | AC_TYPE_SIGNAL | ||
| 21 | -AM_FUNC_ERROR_AT_LINE | ||
| 22 | +AC_FUNC_ERROR_AT_LINE | ||
| 23 | AC_FUNC_CLOSEDIR_VOID | ||
| 24 | AM_WITH_DMALLOC | ||
| 25 | AC_CHECK_FUNCS(getcwd getwd strerror strstr vsnprintf vprintf) | ||
