On Fri, 11 May 2012 00:11:47 +0100
Ken Moffat <zarniwh...@ntlworld.com> wrote:

>  But looking at upstream git it's already
> fixed in configure.ac:
> 
> case $host_cpu in
>         i?86*) RESIZECONS_PROGS=yes ;;
>         x86_64*) RESIZECONS_PROGS=yes ;;
>         *)     RESIZECONS_PROGS=no ;;
> esac
> 
>  There is a patch in the OpenSuse srpm, against configure.ac - I can
> see them applying it, but I don't see what sort of autofoo they use
> to update configure.  Weird, but since it has gone upstream I look
> at using sed on configure, or failing that a patch.

Something like:

sed -i '/NS_PROGS=y/a\\tx86_64*) RESIZECONS_PROGS=yes ;;' configure

Andy
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to