X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fbzip2;h=56bd28c5255aadc47ba0be749e690533e3534daf;hb=2f26e347a05e245d6f57cb6603a7a51a4418b80d;hp=bedd643674f48566e61159a4d9d21e80b60f71bc;hpb=69ac3e7cf686f8e95e47a7ab89bc38796aace488;p=hvlinux.git diff --git a/stage1/pkg/bzip2 b/stage1/pkg/bzip2 index bedd643..56bd28c 100644 --- a/stage1/pkg/bzip2 +++ b/stage1/pkg/bzip2 @@ -1,17 +1,13 @@ #!/bin/bash -# This package doesn't have a configure script... -hvconfigure() +hvbuild() { cd ${LFS_TMP}/${PACKAGE} # Bzip2's default Makefile target automatically runs the testsuite as well. # Disable the tests since they won't work on a multi-architecture build: sed -e 's@^\(all:.*\) test@\1@g' -i Makefile -} -hvbuild() -{ ${HVMAKE} CC="${CC} ${CLFS_BUILDFLAGS}" AR="${AR}" RANLIB="${RANLIB}" ${HVMAKE} PREFIX=/tools install }