X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fgettext;h=91be892b81080c19c9f64c85c2d28761b25996c8;hb=ee0bec8d0f3800c7326bda4a7e059cef0db21a1d;hp=902439f53f404d63c5fa6388e0a54cf53a7ec76b;hpb=a82a8643fd1430a623bacae7d3a011036d170e87;p=hvlinux.git diff --git a/stage1/pkg/gettext b/stage1/pkg/gettext index 902439f..91be892 100644 --- a/stage1/pkg/gettext +++ b/stage1/pkg/gettext @@ -1,10 +1,5 @@ #!/bin/bash -hvconfig_pre() -{ - CONFIGURE_OPTS+=" --disable-shared" -} - # When cross-compiling the Gettext configure script assumes we don't have a # working wcwidth when we do. The following will fix possible compilation # errors because of this assumption: @@ -15,16 +10,8 @@ gl_cv_func_wcwidth_works=yes EOF } -hvconfig() -{ - cd ${LFS_TMP}/${PACKAGE}/gettext-tools - ./configure ${CONFIGURE_OPTS} -} - hvbuild() { - cd ${LFS_TMP}/${PACKAGE}/gettext-tools - ${HVMAKE} -C gnulib-lib ${HVMAKE} -C src msgfmt cp -v src/msgfmt /tools/bin