From 094f1a47eb51cabcb97e719d1f4ed66c268485ef Mon Sep 17 00:00:00 2001 From: acoul Date: Tue, 11 Jan 2011 15:37:47 +0000 Subject: [PATCH] net/quagga: fix a compile issue on pgbgp (thank you acinonyx) git-svn-id: svn://svn.openwrt.org/openwrt/packages@24967 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/quagga/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 9ad6ceb95..27dbd6222 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -181,7 +181,7 @@ CONFIGURE_ARGS+= \ $(call autoconf_bool,CONFIG_PACKAGE_quagga-vtysh,vtysh) \ MAKE_FLAGS += \ - CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE" + CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE -std=gnu99" define Build/Configure (cd $(PKG_BUILD_DIR); rm -rf config.{cache,status}; \