X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Feglibc;h=d85577e3ca87f4a249a7c8fbbb4775549f14fcc4;hb=f17ab848cb756cad27489bf0c2746e5ead466658;hp=6a3b0b37b478d02465ff2d6a3d8845d754914f3f;hpb=c067dad73229245fa72b560b3e745272a58bbe2f;p=hvlinux.git diff --git a/stage2/pkg/eglibc b/stage2/pkg/eglibc index 6a3b0b3..d85577e 100644 --- a/stage2/pkg/eglibc +++ b/stage2/pkg/eglibc @@ -24,7 +24,7 @@ hvconfig_pre() # Glibc we have just installed with: LINKER=$(readelf -l $(file /tools/lib/libc-* | cut -f1 -d:) | sed -n 's@.*interpret.*/tools\(.*\)]$@\1@p') sed -i "s|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=${LINKER} -o|" \ - scripts/test-installation.pl + scripts/test-installation.pl unset LINKER cd ${LFS_TMP}/${PACKAGE}-build