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:
parent
802a9b66e1
commit
094f1a47eb
@ -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}; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user