Merge pull request #133 from plntyk/fix_bird
bird: explicitly set C standard
This commit is contained in:
commit
ae65d4fe02
1 changed files with 2 additions and 0 deletions
|
@ -163,6 +163,8 @@ endef
|
|||
|
||||
CONFIGURE_ARGS += --with-linux-headers="$(LINUX_DIR)"
|
||||
|
||||
TARGET_CFLAGS+=-std=gnu89
|
||||
|
||||
define Build/Template
|
||||
|
||||
$(STAMP_BUILT)-$(2): $(STAMP_PREPARED)
|
||||
|
|
Loading…
Reference in a new issue