From 7116bbd8dc1cadf6f9d16165edcabae8649a4ee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 30 Jun 2017 09:52:32 +0200 Subject: [PATCH] linux-tools: fix gcc7 build --- srcpkgs/linux-tools/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/linux-tools/template b/srcpkgs/linux-tools/template index a3a1e9904ab..7376a87c06c 100644 --- a/srcpkgs/linux-tools/template +++ b/srcpkgs/linux-tools/template @@ -18,6 +18,7 @@ checksum=029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a subpackages="cpupower libcpupower libcpupower-devel libusbip libusbip-devel usbip perf freefall" +CFLAGS="-Wno-error" case "$XBPS_TARGET_MACHINE" in i686*|x86_64*) makedepends+=" libnuma-devel"