X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Freadline;h=da4b0af2d8872d8d437e4e1590995a1112012d9e;hb=2121ae9154ff063eef0defe0a9208663062a2d01;hp=f3bd31723ec9590275e0928e59181e95a356d4e0;hpb=1eb363044c6ee3115e62736aed4403b750082b44;p=hvlinux.git diff --git a/stage2/pkg/readline b/stage2/pkg/readline index f3bd317..da4b0af 100644 --- a/stage2/pkg/readline +++ b/stage2/pkg/readline @@ -2,18 +2,14 @@ hvconfig_pre() { - CONFIGURE_OPTS="\ - ${CONFIGURE_OPTS} \ - --libdir=/lib" - - cd ${LFS_TMP}/${PACKAGE} + CONFIGURE_OPTS+=" --libdir=/lib" # Reinstalling Readline will cause the old libraries to be moved to # .old. While this is normally not a problem, in some # cases it can trigger a linking bug in ldconfig. This can be # avoided by issuing the following two seds: - sed -i '/MV.*old/d' Makefile.in - sed -i '/{OLDSUFF}/c:' support/shlib-install + sed -i '/MV.*old/d' ${SRC_DIR}/Makefile.in + sed -i '/{OLDSUFF}/c:' ${SRC_DIR}/support/shlib-install } hvbuild()