diff options
Diffstat (limited to 'core/efivar/PKGBUILD')
-rw-r--r-- | core/efivar/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/efivar/PKGBUILD b/core/efivar/PKGBUILD index 01ce62370..315ebe897 100644 --- a/core/efivar/PKGBUILD +++ b/core/efivar/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 211194 2014-04-18 10:46:53Z tpowa $ +# $Id: PKGBUILD 212787 2014-05-15 06:54:54Z tpowa $ # Maintainer : Tobias Powalowski <tpowa@archlinux.org> # Contributor : Keshav Amburay <(the ddoott ridikulus ddoott rat) (aatt) (gemmaeiil) (ddoott) (ccoomm)> pkgname="efivar" pkgdesc="Tools and library to manipulate EFI variables" -pkgver="0.8" +pkgver="0.10" pkgrel="1" arch=('x86_64' 'i686') url="https://github.com/vathpela/efivar" @@ -31,6 +31,7 @@ prepare() { echo sed 's|-rpath=$(TOPDIR)/src/|-rpath=$(libdir)|g' -i "${srcdir}/efivar/src/test/Makefile" || true + sed 's|-O0|-Os|g' -i "${srcdir}/efivar/Make.defaults" || true } |