diff options
author | Steven Barth <cyrus@openwrt.org> | 2015-06-23 19:57:50 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2015-06-23 19:57:50 +0000 |
commit | f4767891c08b80490a748eb07892cf4dd3c2a4eb (patch) | |
tree | 81e32da12d53424b343b5537c8fbe09f8b60f8d2 | |
parent | 2738526a16f9ebd100ac7a35d55b13e91e45e888 (diff) | |
download | upstream-f4767891c08b80490a748eb07892cf4dd3c2a4eb.tar.gz upstream-f4767891c08b80490a748eb07892cf4dd3c2a4eb.tar.bz2 upstream-f4767891c08b80490a748eb07892cf4dd3c2a4eb.zip |
px5g-standalone: compatibility with fortify-headers
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 46118
-rw-r--r-- | package/utils/px5g-standalone/src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |