[arch-commits] Commit in gnu-efi-libs/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Fri Nov 7 14:59:53 UTC 2014


    Date: Friday, November 7, 2014 @ 15:59:52
  Author: anatolik
Revision: 225732

Do not set build flags via option

Modified:
  gnu-efi-libs/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-07 14:30:00 UTC (rev 225731)
+++ PKGBUILD	2014-11-07 14:59:52 UTC (rev 225732)
@@ -13,7 +13,7 @@
 url="http://sourceforge.net/projects/gnu-efi/"
 license=('GPL')
 arch=('x86_64' 'i686')
-options=('!strip' '!makeflags' 'staticlibs')
+options=('!strip' '!makeflags' '!buildflags' 'staticlibs')
 makedepends=('pciutils')
 
 source=("http://download.sourceforge.net/gnu-efi/gnu-efi_${pkgver}.orig.tar.gz")
@@ -22,13 +22,6 @@
 	
 	cd "${srcdir}/gnu-efi-${_pkgver}/"
 	
-	## Unset all compiler FLAGS
-	unset CFLAGS
-	unset CPPFLAGS
-	unset CXXFLAGS
-	unset LDFLAGS
-	unset MAKEFLAGS
-	
 	make -j1
 	make -j1 -C apps all
 	



More information about the arch-commits mailing list