net/quagga: fix a compile issue on pgbgp (thank you acinonyx)
git-svn-id: svn+ssh://svn.openwrt.org/openwrt@24967 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
d217d8b563
commit
129e139220
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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}; \
|
||||||
|
|
Loading…
Reference in a new issue