diff options
author | root <root@rshg054.dnsready.net> | 2013-01-27 01:12:11 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-27 01:12:11 -0800 |
commit | 3ed565983048f1226dd3f258a3f0acaf04536dda (patch) | |
tree | 9ea304021502408af54b935da41441afb7e4bd62 /extra/gnu-efi-libs/PKGBUILD | |
parent | 7d3e94229ca9849421d263542eb2c61f64a91c10 (diff) |
Sun Jan 27 01:11:57 PST 2013
Diffstat (limited to 'extra/gnu-efi-libs/PKGBUILD')
-rw-r--r-- | extra/gnu-efi-libs/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/gnu-efi-libs/PKGBUILD b/extra/gnu-efi-libs/PKGBUILD index 6432177d1..b7d60a78b 100644 --- a/extra/gnu-efi-libs/PKGBUILD +++ b/extra/gnu-efi-libs/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 170836 2012-11-12 13:59:20Z tpowa $ +# $Id: PKGBUILD 176034 2013-01-26 17:25:00Z tpowa $ # Maintainer: Tobias Powalowski <tpowa@archlinux.org> # Maintainer : Keshav P R <(the.ridikulus.rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)> # Contributor: Alessio 'mOLOk' Bolognino <themolok@gmail.com> @@ -6,7 +6,7 @@ _pkgver="3.0" pkgname="gnu-efi-libs" pkgver="${_pkgver}s" -pkgrel="2" +pkgrel="3" pkgdesc="Library for building x86_64 and i386 UEFI Applications using GNU toolchain" url="http://sourceforge.net/projects/gnu-efi/" license=('GPL') @@ -40,7 +40,7 @@ _build_gnu-efi-libs-i386() { build() { cd ${srcdir}/gnu-efi-${_pkgver} # fix http://sourceforge.net/tracker/?func=detail&aid=3576537&group_id=163609&atid=828423 - patch -Np1 -i ../gnu-efi-libs-x86_64-call-fix.patch + # patch -Np1 -i ../gnu-efi-libs-x86_64-call-fix.patch # fix broken ms_abi flags, causing weird issues with bootloaders patch -Np1 -i ../disable-ms_abi-flag.patch ## Fix Makefiles to enable compile for both UEFI arch @@ -79,6 +79,7 @@ package() { _package_gnu-efi-libs-i386 fi } + md5sums=('11f63d52071f7382f56c9e81d0aece91' '4b5428c51af1981d3eb158d924d6bf85' '6295a103438cace5c40606b083c739fd') |