summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeshav Amburay2013-06-16 19:57:36 +0530
committerKeshav Amburay2013-06-16 19:57:36 +0530
commit685fae6766e62a946433460afbdbbfe0ca3c33f8 (patch)
treea2809f84050c4fec6144f899cc415da0ee31520b
parentdb08581bc4e6408e38e5e97af7735b2f3a1a9a1a (diff)
downloadaur-685fae6766e62a946433460afbdbbfe0ca3c33f8.tar.gz
B
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e00c448f07f..42060ddca2e9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnu-efi-libs-git
pkgdesc = Library for building x86_64 and ia32 UEFI Applications using GNU toolchain - Sourceforge GIT Version
pkgver = 8cb1e87
- pkgrel = 1
+ pkgrel = 2
url = http://sourceforge.net/projects/gnu-efi/
arch = i686
arch = x86_64
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