File 0001-Makefile-ignore-compile-warning-for-the-gr-fosphor-t.patch of Package gr-fosphor
From 400a5ecba0ca1419511278015dc489c70e5809b9 Mon Sep 17 00:00:00 2001 From: Martin Hauke <mardnh@gmx.de> Date: Wed, 15 Feb 2017 11:15:15 +0100 Subject: [PATCH] Makefile: ignore compile warning for the gr-fosphor test-app --- lib/fosphor/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fosphor/Makefile b/lib/fosphor/Makefile index a8fb3bb..0220879 100644 --- a/lib/fosphor/Makefile +++ b/lib/fosphor/Makefile @@ -1,6 +1,6 @@ UNAME=$(shell uname) CC=gcc -CFLAGS=-Wall -Werror -O2 `pkg-config freetype2 glfw3 --cflags` -g +CFLAGS=-O2 `pkg-config freetype2 glfw3 --cflags` -g LDLIBS=`pkg-config freetype2 glfw3 --libs` -lm ifneq ($(AMDAPPSDKROOT), ) CFLAGS+=-I$(AMDAPPSDKROOT)/include -- 2.6.6