From: Guillem Jover Date: Tue, 5 Jul 2011 19:01:57 +0000 (+0200) Subject: build: Use -isystem instead of -I X-Git-Tag: 0.4.0~37 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0acd86f6eb1637b54911428d067e15c9a414c883;p=thirdparty%2Flibbsd.git build: Use -isystem instead of -I --- diff --git a/Makefile b/Makefile index 936d703..aa3acb5 100644 --- a/Makefile +++ b/Makefile @@ -128,7 +128,7 @@ CFLAGS ?= -g -Wall -Wextra -Wno-unused-variable LDFLAGS ?= # Internal makefile variables -MK_CPPFLAGS := -Iinclude/bsd/ \ +MK_CPPFLAGS := -isystem include/bsd/ \ -DLIBBSD_OVERLAY -DLIBBSD_DISABLE_DEPRECATED \ -D_GNU_SOURCE -D__REENTRANT MK_CFLAGS :=