X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fmodule-init-tools;h=c3fea6ad6576daedc97b04974bee49b9c129aefb;hb=16f1a75d215e027ad746fc60dd10cd456f07f8d6;hp=d45864760f0cbdfac3c0111d090ebcc2e7b3b559;hpb=69ac3e7cf686f8e95e47a7ab89bc38796aace488;p=hvlinux.git diff --git a/stage1/pkg/module-init-tools b/stage1/pkg/module-init-tools index d458647..c3fea6a 100644 --- a/stage1/pkg/module-init-tools +++ b/stage1/pkg/module-init-tools @@ -1,16 +1,13 @@ #!/bin/bash -hvconfigure() +hvconfig_pre() { - cd ${LFS_TMP}/${PACKAGE}-build - - CC="${CC} ${CLFS_BUILDFLAGS}" \ - ../${PACKAGE}/configure \ + CONFIGURE_OPTS="\ --prefix=/ \ --bindir=/bin \ --sbindir=/sbin \ --build=${CLFS_HOST} \ - --host=${CLFS_TARGET} + --host=${CLFS_TARGET}" } hvbuild()