From: Alexandros C. Couloumbis Date: Tue, 11 Jan 2011 15:37:47 +0000 (+0000) Subject: net/quagga: fix a compile issue on pgbgp (thank you acinonyx) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=fd431249dc00c28ea29e62b9d59faccbebb878c7 net/quagga: fix a compile issue on pgbgp (thank you acinonyx) SVN-Revision: 24967 --- 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}; \