summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKeshav Amburay2013-06-16 19:57:36 +0530
committerKeshav Amburay2013-06-16 19:57:36 +0530
commit685fae6766e62a946433460afbdbbfe0ca3c33f8 (patch)
treea2809f84050c4fec6144f899cc415da0ee31520b /PKGBUILD
parentdb08581bc4e6408e38e5e97af7735b2f3a1a9a1a (diff)
downloadaur-685fae6766e62a946433460afbdbbfe0ca3c33f8.tar.gz
B
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 1 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 25fe6be76c70..c14a19a44f86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ _src_rootdir="${_gitname}-3.0"
pkgname="gnu-efi-libs-git"
pkgver=8cb1e87
-pkgrel=1
+pkgrel=2
pkgdesc="Library for building x86_64 and ia32 UEFI Applications using GNU toolchain - Sourceforge GIT Version"
url="http://sourceforge.net/projects/gnu-efi/"
license=('GPL')
@@ -84,9 +84,6 @@ build() {
# patch -Np1 -i "${srcdir}/gnu-efi-disable-use_ms_abi.patch"
echo
- ## Use -mabi=ms gcc flag
- # sed 's|-DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args|-DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args -mabi=ms|g' -i "${srcdir}/${_gitname}_build/${_src_rootdir}/Make.defaults" || true
-
if [[ "${CARCH}" == "x86_64" ]]; then
_build_gnu-efi-libs-x86_64
fi