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
This commit is contained in:
acoul 2011-01-11 15:37:47 +00:00
parent 802a9b66e1
commit 094f1a47eb

View File

@ -181,7 +181,7 @@ CONFIGURE_ARGS+= \
$(call autoconf_bool,CONFIG_PACKAGE_quagga-vtysh,vtysh) \ $(call autoconf_bool,CONFIG_PACKAGE_quagga-vtysh,vtysh) \
MAKE_FLAGS += \ MAKE_FLAGS += \
CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE" CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE -std=gnu99"
define Build/Configure define Build/Configure
(cd $(PKG_BUILD_DIR); rm -rf config.{cache,status}; \ (cd $(PKG_BUILD_DIR); rm -rf config.{cache,status}; \