Age | Commit message (Collapse) | Author | Files |
|
without this patch, using angstrom 2010.x on armv6 I actually get :
| checking alignment of short... configure: error:
cannot compute alignment of short, 77
| ERROR: Function do_configure failed
NOTE: package postgresql-8.1.8-r4: task do_configure: Failed
Signed-off-by: Eric Bénard <eric@eukrea.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
commit 21cc37782c0624d1efc9b56e94d1012557dce871
Author: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Date: Thu Mar 11 09:46:25 2010 +0100
libsndfile1: updated to 1.0.21
also fixed download location and moved two config vars to arm-common
(not sure about ac_cv_sizeof_off_t=8, this seems odd or recipe
specific, so left that one)
Problem is that ac_cv_sys_file_offset_bits should not be cached blindly
as the same var is used by glib-2.0 to detect large file system support
if cached then glib-2.0 configure tests are not perfored and it assumes
that large file support is there. uclibc is configurable to not have
large file support compiled in hence this breaks glib-2.0 in a obscure
way hence moving back to where they were.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
also fixed download location and moved two config vars to arm-common
(not sure about ac_cv_sizeof_off_t=8, this seems odd or recipe specific, so left that one)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
mbstring that cannot be checked
This enables UTF-8 support in OE php
|
|
The rpm build is failing on the internal db3 build because it thinks
db_cv_mutex=no is telling it that "no" is the mutext type. Setting
this to proper values for the platforms that didn't have them set
already should fix the rpm builds.
Signed-off-by: Brian Pomerantz <bapper@mvista.com>
|
|
* Disable parallel make, mono does not like it.
* Add a patch to get mono cross compile for x86 target.
* add mono_cv_sizeof_sunpath to site files, becasue
previously it was called cv_mono_sizeof_sunpath
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
If the other site files are accurate, almost all of the bash vars
are universal across Linux.
Did this to fix bash on x86_64. Also bump bash PRs to help track
breakage later.
Signed-off-by: Michael Smith <msmith@cbnco.com>
Acked-by: Tom Rini <trini@embeddedalley.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
doesn't. It was only enabled for arm and ixp4xx in older version of uclibc
but not for anything else. Uclibc says it'll go away in uclibc soon and so
shouldn't be used.
|
|
|
|
|
|
work is needed but this is a start
|