From: Heiko Z. <smi...@us...> - 2004-09-21 19:06:33
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29639/scripts Modified Files: glibc Log Message: added soem patches forkernel 2.4 and gcc 3.4 Index: glibc =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/glibc,v retrieving revision 1.32 retrieving revision 1.33 diff -u -d -r1.32 -r1.33 --- glibc 10 Sep 2004 23:16:24 -0000 1.32 +++ glibc 21 Sep 2004 19:06:22 -0000 1.33 @@ -25,6 +25,7 @@ case $1 in build ) + touch /etc/ld.so.conf if [ "$CONFIG_GLIBC_NPTL" = "y" ]; then #tar -xjf $DL_DIR/src/nptl-*.tar.bz2 || exit 1 ADDON=nptl @@ -69,6 +70,14 @@ # we have to install this immediately, because this is a library and could be needed by other sources make install || exit 1 #make localedata/install-locales || exit 1 + + # copy it manually, otherwise we fail with a segmentation fault + #rm -rf $WORKDIR/tmp || exit 1 + #mkdir -p $WORKDIR/tmp/etc || exit 1 + #make install install_root=$WORKDIR/tmp || exit 1 + #cp -vfdpR $WORKDIR/tmp/* / || exit 1 + #rm -rf $WORKDIR/tmp || exit 1 + ;; install ) |