X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fzlib;fp=stage1%2Fpkg%2Fzlib;h=82e58f54687f8648b9fc31e065c10f8a3ae83e2c;hb=81da365042d1bf4354e0480d888fe3b8425c47c7;hp=a1da1ca38f0396bfa99d314c1a3b25c65df3c50a;hpb=0028eaa73ae0c3bd1dbf90c4bd508ae705bc386f;p=hvlinux.git diff --git a/stage1/pkg/zlib b/stage1/pkg/zlib index a1da1ca..82e58f5 100644 --- a/stage1/pkg/zlib +++ b/stage1/pkg/zlib @@ -1,6 +1,7 @@ #!/bin/bash -CC="${CC} ${CLFS_BUILDFLAGS}" - -CONFIGURE_OPTS="\ +hvconfig_pre() +{ + CONFIGURE_OPTS="\ --prefix=/tools" +}