From f412779c396becff7b794e3bb0c62d369a7e7a5e Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Tue, 23 Jun 2015 19:57:50 +0000 Subject: [PATCH 1/1] px5g-standalone: compatibility with fortify-headers Signed-off-by: Steven Barth git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46118 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/utils/px5g-standalone/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/utils/px5g-standalone/src/Makefile b/package/utils/px5g-standalone/src/Makefile index 2bd95739cb..7447953277 100644 --- a/package/utils/px5g-standalone/src/Makefile +++ b/package/utils/px5g-standalone/src/Makefile @@ -1,7 +1,7 @@ CFLAGS?=-O2 CFLAGS+= SFLAGS:=--std=gnu99 -WFLAGS:=-Wall -Werror -pedantic +WFLAGS:=-Wall -Werror LDFLAGS?= BINARY:=px5g -- 2.35.1