From: wberrier at uclibc.org <wberrier@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/bash
Date: Mon, 6 Oct 2008 12:09:15 -0700 (PDT) [thread overview]
Message-ID: <20081006190915.298B13C7B0@busybox.net> (raw)
Author: wberrier
Date: 2008-10-06 12:09:14 -0700 (Mon, 06 Oct 2008)
New Revision: 23603
Log:
bash.mk:
-Force some autoconf options so that job control
is turned on.
(Otherwise these checks fail when cross compiling.
And when job control is disabled, bash can't be
the default shell)
Modified:
trunk/buildroot/package/bash/bash.mk
Changeset:
Modified: trunk/buildroot/package/bash/bash.mk
===================================================================
--- trunk/buildroot/package/bash/bash.mk 2008-10-06 18:52:02 UTC (rev 23602)
+++ trunk/buildroot/package/bash/bash.mk 2008-10-06 19:09:14 UTC (rev 23603)
@@ -36,6 +36,16 @@
$(TARGET_CONFIGURE_ARGS) \
CCFLAGS_FOR_BUILD="$(HOST_CFLAGS)" \
ac_cv_func_setvbuf_reversed=no \
+ ac_cv_have_decl_sys_siglist=yes \
+ bash_cv_job_control_missing=present \
+ bash_cv_sys_named_pipes=present \
+ bash_cv_unusable_rtsigs=no \
+ bash_cv_func_ctype_nonascii=yes \
+ bash_cv_decl_under_sys_siglist=yes \
+ bash_cv_ulimit_maxfds=yes \
+ bash_cv_getcwd_malloc=yes \
+ bash_cv_func_sigsetjmp=present \
+ bash_cv_printf_a_format=yes \
./configure \
--target=$(GNU_TARGET_NAME) \
--host=$(GNU_TARGET_NAME) \
next reply other threads:[~2008-10-06 19:09 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-06 19:09 wberrier at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-05-01 19:07 [Buildroot] svn commit: trunk/buildroot/package/bash nkukard at uclibc.org
2008-04-29 20:03 nkukard at uclibc.org
2008-03-11 18:12 ninevoltz at uclibc.org
2007-10-07 18:23 aldot at uclibc.org
2007-08-22 9:41 ulf at uclibc.org
2007-08-22 9:29 ulf at uclibc.org
2007-08-11 23:57 ulf at uclibc.org
2007-07-11 13:55 ulf at uclibc.org
2007-06-25 11:22 aldot at uclibc.org
2007-06-25 11:17 aldot at uclibc.org
2007-04-06 11:55 aldot at uclibc.org
2007-02-16 13:11 aldot at uclibc.org
2006-12-08 12:50 aldot at uclibc.org
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20081006190915.298B13C7B0@busybox.net \
--to=wberrier@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox