X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fzlib;h=82e58f54687f8648b9fc31e065c10f8a3ae83e2c;hb=fc7d8c678ca78bef7c6e7eaeeb579269b7c501be;hp=0be85a5ccb8b77473260d50c35b1bcfe34881bc7;hpb=69ac3e7cf686f8e95e47a7ab89bc38796aace488;p=hvlinux.git diff --git a/stage1/pkg/zlib b/stage1/pkg/zlib index 0be85a5..82e58f5 100644 --- a/stage1/pkg/zlib +++ b/stage1/pkg/zlib @@ -1,9 +1,7 @@ #!/bin/bash -hvconfigure() +hvconfig_pre() { - cd ${LFS_TMP}/${PACKAGE} - - CC="${CC} ${CLFS_BUILDFLAGS}" ./configure \ - --prefix=/tools + CONFIGURE_OPTS="\ + --prefix=/tools" }