[arch-commits] Commit in spirv-tools/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Jul 13 07:09:37 UTC 2017


    Date: Thursday, July 13, 2017 @ 07:09:36
  Author: arojas
Revision: 300225

PIE rebuild

Modified:
  spirv-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-13 07:01:18 UTC (rev 300224)
+++ PKGBUILD	2017-07-13 07:09:36 UTC (rev 300225)
@@ -7,7 +7,7 @@
 # https://github.com/KhronosGroup/SPIRV-Tools/commit/5f5fa3a3f1009f0db845d0c9ed76a39fcfe5b20c
 _commit=5f5fa3a3f1009f0db845d0c9ed76a39fcfe5b20c
 _spirv_headers_commit=c470b68225a04965bf87d35e143ae92f831e8110
-pkgrel=1
+pkgrel=2
 pkgdesc="API and commands for processing SPIR-V modules"
 arch=('i686' 'x86_64')
 url="https://www.khronos.org/vulkan/"
@@ -20,6 +20,12 @@
 sha256sums=('SKIP'
             'SKIP')
 
+prepare() {
+  cd SPIRV-Tools
+  # Fix build with GCC 7
+  git cherry-pick -n 01b28750bf8ecda48e0f2f6a16d0363450e205d9
+}
+
 build() {
   cd SPIRV-Tools
 



More information about the arch-commits mailing list