All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jamie Lenehan <lenehan@twibble.org>
To: openembedded-devel@lists.openembedded.org
Subject: uclibc 0.9.29 & SYS_SIGLIST
Date: Wed, 16 May 2007 15:16:01 +1000	[thread overview]
Message-ID: <20070516051600.GA5179@twibble.org> (raw)
In-Reply-To: <464613B3.8090003@dominion.kabel.utwente.nl>

Currently SYS_SIGLIST is disabled in uclibc but the site files all
say it's present. For the old uclibc version some of the
configurations enabled SYS_SIGLIST support and some didn't. We don't
really need it and the uclibc help says it's going to go away one day
so if no one objects I'll add the following site entries:

common-glibc

 bash_cv_under_sys_siglist=${bash_cv_under_sys_siglist=yes}
 bash_cv_sys_siglist=${bash_cv_sys_siglist=yes}
 ac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=yes}

common-uclibc

 bash_cv_under_sys_siglist=${bash_cv_under_sys_siglist=no}
 bash_cv_sys_siglist=${bash_cv_sys_siglist=no}
 ac_cv_have_decl_sys_siglist=${ac_cv_have_decl_sys_siglist=no}

And remove the above entries from all the other site files.

This siglist things needs to be sorted out to build apr at least
(which is needed to build subversion).

-- 
 Jamie Lenehan <lenehan@twibble.org>



      parent reply	other threads:[~2007-05-16  5:16 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-12 19:21 uclibc 0.9.29 recipe Koen Kooi
2007-05-12 19:54 ` Lorn Potter
2007-05-12 20:02   ` Koen Kooi
2007-05-12 21:04     ` Koen Kooi
2007-05-13 16:45       ` Leon Woestenberg
2007-05-13 16:55         ` Koen Kooi
2007-05-13 21:39           ` Leon Woestenberg
2007-05-14 12:30             ` Koen Kooi
2007-05-12 21:19     ` minimal-image.bb Stelios Koroneos
2007-05-13 14:35       ` minimal-image.bb Rolf Leggewie
2007-05-15  8:10         ` minimal-image.bb Stelios Koroneos
2007-05-15  9:59           ` minimal-image.bb Rolf Leggewie
2007-05-16  3:13     ` uclibc 0.9.29 recipe Jamie Lenehan
2007-05-16  7:26       ` Leon Woestenberg
2007-05-16  7:41       ` Koen Kooi
2007-05-16  5:16 ` Jamie Lenehan [this message]

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=20070516051600.GA5179@twibble.org \
    --to=lenehan@twibble.org \
    --cc=openembedded-devel@lists.openembedded.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.