X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Feglibc;h=0d07767bb9d8c4c0701c46be4ecf89486fb639c3;hb=40fc12878275aeef31000fc758a50aadcc68aa20;hp=d85577e3ca87f4a249a7c8fbbb4775549f14fcc4;hpb=3fb13cf968ef5335a9d22601dfdcddd7189207a8;p=hvlinux.git diff --git a/stage2/pkg/eglibc b/stage2/pkg/eglibc index d85577e..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}) \ @@ -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 }