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

Sébastien Luttringer seblu at archlinux.org
Tue Aug 14 21:43:06 UTC 2018


    Date: Tuesday, August 14, 2018 @ 21:43:05
  Author: seblu
Revision: 371646

upgpkg: linux-tools 4.18-1

Modified:
  linux-tools/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-14 21:32:44 UTC (rev 371645)
+++ PKGBUILD	2018-08-14 21:43:05 UTC (rev 371646)
@@ -14,7 +14,7 @@
   'usbip'
   'x86_energy_perf_policy'
 )
-pkgver=4.16
+pkgver=4.18
 pkgrel=1
 license=('GPL2')
 arch=('x86_64')
@@ -48,10 +48,6 @@
 prepare() {
   cd linux
 
-  # Fix "unwind-libunwind.c:109:11: error: ‘EINVAL’ undeclared" on i686
-  # Not sure why this wasn't an issue until now...
-  sed -i '1i #include <errno.h>' tools/perf/arch/x86/util/unwind-libunwind.c
-
   # apply patch from the source array (should be a pacman feature)
   local filename
   for filename in "${source[@]}"; do



More information about the arch-commits mailing list