* [Buildroot] [pull request] Pull request for branch misc-fixes3
@ 2010-02-18 20:45 Thomas Petazzoni
2010-02-18 20:45 ` [Buildroot] [PATCH 1/1] alsa-utils: force the variant of ncurses library Thomas Petazzoni
2010-02-18 21:03 ` [Buildroot] [pull request] Pull request for branch misc-fixes3 Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2010-02-18 20:45 UTC (permalink / raw)
To: buildroot
The following changes since commit f0bdacdb5b8fe0fbc276ed510fc58e9a219f5cf8:
Peter Korsgaard (1):
update for 2010.02-rc1
are available in the git repository at:
git://git.busybox.net/~tpetazzoni/git/buildroot misc-fixes3
Thomas Petazzoni (1):
alsa-utils: force the variant of ncurses library
package/multimedia/alsa-utils/alsa-utils.mk | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Thanks,
--
Thomas Petazzoni
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] alsa-utils: force the variant of ncurses library
2010-02-18 20:45 [Buildroot] [pull request] Pull request for branch misc-fixes3 Thomas Petazzoni
@ 2010-02-18 20:45 ` Thomas Petazzoni
2010-02-18 21:03 ` [Buildroot] [pull request] Pull request for branch misc-fixes3 Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2010-02-18 20:45 UTC (permalink / raw)
To: buildroot
Two variants of the ncurses library exist: the normal one, and the
ncursesw one, which has support for wide char. Currently, Buildroot
only builds the normal variant (the second variant requires
--enable-widec while compiling ncurses).
Unfortunately, when libncursesw is installed on the host, the
configure script of alsa-utils finds /usr/bin/ncursesw5-config and
thinks that the target has this version. Unfortunately, as this is not
the case, it causes a configure failure when trying to link a sample
program against libpanelw (which is part of ncurses).
Therefore, we force the libncurses variant used by alsa-utils to the
normal variant.
Later on, if needed, support for the wide-char variant of the
libncurses library could be added.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
package/multimedia/alsa-utils/alsa-utils.mk | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/package/multimedia/alsa-utils/alsa-utils.mk b/package/multimedia/alsa-utils/alsa-utils.mk
index f98b9cd..99d85ce 100644
--- a/package/multimedia/alsa-utils/alsa-utils.mk
+++ b/package/multimedia/alsa-utils/alsa-utils.mk
@@ -39,6 +39,7 @@ $(ALSA_UTILS_DIR)/.configured: $(ALSA_UTILS_DIR)/.unpacked
--prefix=/usr \
$(ALSA_UTILS_CONFIGURE_OPTS) \
--disable-xmlto \
+ --with-curses=ncurses \
)
touch $@
--
1.6.3.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [pull request] Pull request for branch misc-fixes3
2010-02-18 20:45 [Buildroot] [pull request] Pull request for branch misc-fixes3 Thomas Petazzoni
2010-02-18 20:45 ` [Buildroot] [PATCH 1/1] alsa-utils: force the variant of ncurses library Thomas Petazzoni
@ 2010-02-18 21:03 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2010-02-18 21:03 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> The following changes since commit f0bdacdb5b8fe0fbc276ed510fc58e9a219f5cf8:
Thomas> Peter Korsgaard (1):
Thomas> update for 2010.02-rc1
Thomas> are available in the git repository at:
Thomas> git://git.busybox.net/~tpetazzoni/git/buildroot misc-fixes3
Thanks, committed - I haven't seen that issue here even though I have
ncursesw5-config on the host, but it cannot hurt.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-02-18 21:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-18 20:45 [Buildroot] [pull request] Pull request for branch misc-fixes3 Thomas Petazzoni
2010-02-18 20:45 ` [Buildroot] [PATCH 1/1] alsa-utils: force the variant of ncurses library Thomas Petazzoni
2010-02-18 21:03 ` [Buildroot] [pull request] Pull request for branch misc-fixes3 Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox