~ubuntu-branches/ubuntu/saucy/sbsigntool/saucy

« back to all changes in this revision

Viewing changes to configure

  • Committer: Package Import Robot
  • Author(s): Adam Conrad
  • Date: 2012-10-02 07:44:59 UTC
  • Revision ID: package-import@ubuntu.com-20121002074459-hggsoyhvhcw653j5
Tags: 0.4-0ubuntu2
Fix FTBFS on i386 by defining EFI_ARCH to ia32 instead of uname.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5480
5480
fi
5481
5481
 
5482
5482
EFI_ARCH=$(uname -m)
 
5483
case $EFI_ARCH in
 
5484
        i*86)
 
5485
                EFI_ARCH="ia32"
 
5486
                ;;
 
5487
esac
5483
5488
EFI_CPPFLAGS="-I/usr/include/efi -I/usr/include/efi/$EFI_ARCH \
5484
5489
 -DEFI_FUNCTION_WRAPPER"
5485
5490
CPPFLAGS_save="$CPPFLAGS"