X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Freadline;h=da4b0af2d8872d8d437e4e1590995a1112012d9e;hb=582e550b16726c1391156a831baaf33c29a7a38f;hp=452be2f8c6417e59364d8ba75c379f8ed9d5a2c5;hpb=84ffa3a4299c59046bbe6fdc6124087fbf5c5135;p=hvlinux.git diff --git a/stage2/pkg/readline b/stage2/pkg/readline index 452be2f..da4b0af 100644 --- a/stage2/pkg/readline +++ b/stage2/pkg/readline @@ -4,14 +4,12 @@ hvconfig_pre() { CONFIGURE_OPTS+=" --libdir=/lib" - cd ${LFS_TMP}/${PACKAGE} - # 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()