[oe-commits] org.oe.dev apt.inc: provide an example on how to provide the glibc version to configure

koen commit openembedded-commits at lists.openembedded.org
Tue Mar 27 18:24:27 UTC 2007


apt.inc: provide an example on how to provide the glibc version to configure

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: a20c57790313df2a879b212ea94a0b1f65411301
ViewMTN: http://monotone.openembedded.org/revision.psp?id=a20c57790313df2a879b212ea94a0b1f65411301
Files:
1
packages/apt/apt.inc
Diffs:

#
# mt diff -r3332520bb8031e881dcdc1cb97820a8d4e479e76 -ra20c57790313df2a879b212ea94a0b1f65411301
#
# 
# 
# patch "packages/apt/apt.inc"
#  from [f1ba219cb34c2240b0e7bceb0d766900845ed709]
#    to [8864d0a603639e04053b30fb161dfe3d64f2407a]
# 
============================================================
--- packages/apt/apt.inc	f1ba219cb34c2240b0e7bceb0d766900845ed709
+++ packages/apt/apt.inc	8864d0a603639e04053b30fb161dfe3d64f2407a
@@ -8,3 +8,8 @@ EXTRA_AUTORECONF = "--exclude=autopoint,
 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"






More information about the Openembedded-commits mailing list