X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Fpkg%2Freadline;h=da4b0af2d8872d8d437e4e1590995a1112012d9e;hb=2121ae9154ff063eef0defe0a9208663062a2d01;hp=03a69d0645b9ecc37e3d22c07527272aa6193a40;hpb=81da365042d1bf4354e0480d888fe3b8425c47c7;p=hvlinux.git diff --git a/stage2/pkg/readline b/stage2/pkg/readline index 03a69d0..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()