diff options
author | Koen Kooi <koen@openembedded.org> | 2007-03-27 18:28:36 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-03-27 18:28:36 +0000 |
commit | 232a9501aa2121352b2dcd0503e15818a317956c (patch) | |
tree | acaee603a71de4b94c8961732cd7986484c85d6b /packages | |
parent | b693f3601b15385a806ee6eee969e2e1e944639b (diff) | |
parent | 1566696e78ee5757811d43ef5eae09bad406d050 (diff) |
merge of '54413dcee93082ea892457c360c17618573085e5'
and 'a20c57790313df2a879b212ea94a0b1f65411301'
Diffstat (limited to 'packages')
-rw-r--r-- | packages/apt/apt.inc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/apt/apt.inc b/packages/apt/apt.inc index b18ed93782..dbf5765205 100644 --- a/packages/apt/apt.inc +++ b/packages/apt/apt.inc @@ -8,3 +8,8 @@ S = "${WORKDIR}/apt-${PV}" inherit autotools gettext EXTRA_AUTORECONF = "--exclude=autopoint,autoheader" + +# Apt wants to know the glibc version by running a binary file, which will fail, so we have to tell configure which version to use +# Since I don't know the impliations of setting a wrong value I only provide one for angstrom, which uses glibc 2.5 (which claims to be 2.4) +# Koen - 20070327 +EXTRA_OECONF_angstrom += " ac_cv_glibc_ver=libc6.4" |