X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage1%2Fpkg%2Fgawk;fp=stage1%2Fpkg%2Fgawk;h=a3184e1bdca5cd44d5e07e51026c49e615af9343;hb=0bd554ace46507c545ee669d0e2ae4fa17e5a30b;hp=0000000000000000000000000000000000000000;hpb=18d3407801ac2f397c389657cbbac26313b66e77;p=hvlinux.git diff --git a/stage1/pkg/gawk b/stage1/pkg/gawk new file mode 100644 index 0000000..a3184e1 --- /dev/null +++ b/stage1/pkg/gawk @@ -0,0 +1,7 @@ +#!/bin/bash + +hvconfig_pre() +{ + sed -e 's/check-recursive all-recursive: check-for-shared-lib-support/check-recursive all-recursive:/' \ + -i ${LFS_TMP}/${PACKAGE}/extension/Makefile.in +}