X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Feglibc;h=0d07767bb9d8c4c0701c46be4ecf89486fb639c3;hb=28a8892723b15670ebc1fba2a1d093bef4b85154;hp=6a3b0b37b478d02465ff2d6a3d8845d754914f3f;hpb=c067dad73229245fa72b560b3e745272a58bbe2f;p=hvlinux.git diff --git a/stage2/pkg/eglibc b/stage2/pkg/eglibc index 6a3b0b3..0d07767 100644 --- a/stage2/pkg/eglibc +++ b/stage2/pkg/eglibc @@ -2,8 +2,7 @@ hvconfig_pre() { - CONFIGURE_OPTS="\ - ${CONFIGURE_OPTS} \ + CONFIGURE_OPTS+=" \ --disable-profile \ --enable-add-ons \ --enable-kernel=$(get_pkg_ver ${KERNEL}) \ @@ -24,7 +23,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 @@ -33,7 +32,7 @@ hvconfig_pre() "x86_64") # Tell EGLIBC to install its libraries into /lib: echo "slibdir=/lib" >> configparms - CONFIGURE_OPTS="${CONFIGURE_OPTS} --libdir=/usr/lib" + CONFIGURE_OPTS+=" --libdir=/usr/lib" ;; esac }