Merge pull request #133 from plntyk/fix_bird

bird: explicitly set C standard
This commit is contained in:
Steven Barth
2015-10-03 11:34:26 +02:00

View File

@@ -163,6 +163,8 @@ endef
CONFIGURE_ARGS += --with-linux-headers="$(LINUX_DIR)"
TARGET_CFLAGS+=-std=gnu89
define Build/Template
$(STAMP_BUILT)-$(2): $(STAMP_PREPARED)