Merge bk://openembedded@openembedded.bkbits.net/packages
authorMichael Lauer <mickey@vanille-media.de>
Tue, 20 Apr 2004 17:14:20 +0000 (17:14 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Tue, 20 Apr 2004 17:14:20 +0000 (17:14 +0000)
into gandalf.tm.informatik.uni-frankfurt.de:/usr/local/projects/packages

2004/04/20 19:14:06+02:00 uni-frankfurt.de!mickeyl
make glibc use OLDEST_KERNEL from oe.conf - patch courtesy pb_.

BKrev: 40855a6c-NLb2N02EIyuBKFDiUd3BQ

glibc/glibc_2.3.2.oe

index 65ea4a9..df1bec9 100644 (file)
@@ -81,7 +81,7 @@ B = "${WORKDIR}/build-${TARGET_SYS}"
 
 inherit autotools
 
-EXTRA_OECONF = "--without-tls --without-__thread --enable-kernel=2.4.3 \
+EXTRA_OECONF = "--without-tls --without-__thread --enable-kernel=${OLDEST_KERNEL} \
                --without-cvs --disable-profile --disable-debug --without-gd \
                --enable-clocale=gnu \
                --enable-add-ons=linuxthreads --with-headers=${WORKDIR}/linux/include"