From 005bc458c6ce1de1df29bb96c7c1c896644a7268 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Mon, 22 Jan 2018 15:50:50 +0100 Subject: [PATCH] build: automake: add -Wno-portability In order to suppress the warning src/Makefile.am:117: warning: '%'-style pattern rules are a GNU make extension --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 840cdfe..3f625f5 100644 --- a/configure.ac +++ b/configure.ac @@ -26,7 +26,7 @@ AC_INIT([intel_vaapi_driver], [intel-vaapi-driver], [https://github.com/01org/intel-vaapi-driver]) AC_CONFIG_SRCDIR([Makefile.am]) -AM_INIT_AUTOMAKE([1.9 tar-ustar]) +AM_INIT_AUTOMAKE([1.9 tar-ustar -Wno-portability]) AC_CONFIG_HEADERS([src/config.h]) -- 2.11.0