From fd431249dc00c28ea29e62b9d59faccbebb878c7 Mon Sep 17 00:00:00 2001 From: "Alexandros C. Couloumbis" Date: Tue, 11 Jan 2011 15:37:47 +0000 Subject: [PATCH] net/quagga: fix a compile issue on pgbgp (thank you acinonyx) SVN-Revision: 24967 --- net/quagga/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 9ad6ceb954..27dbd62226 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}; \ -- 2.30.2