X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=bird%2FMakefile;h=be624605b6be0ce855c45785d50242d77abf68cb;hb=a715cd2442d5754bb3150716943e4a2995bf4729;hp=5f8200c8a94fdbfca81e9bd1fadbc73cf9faef57;hpb=60a93cc58d6e4a299292372074a29a5029c87278;p=feed%2Frouting.git diff --git a/bird/Makefile b/bird/Makefile index 5f8200c..be62460 100644 --- a/bird/Makefile +++ b/bird/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009-2015 OpenWrt.org +# Copyright (C) 2009-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -7,13 +7,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bird -PKG_VERSION:=1.4.5 -PKG_RELEASE:=2 +PKG_VERSION:=1.6.0 +PKG_RELEASE:=1 PKG_SOURCE:=bird-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=ftp://bird.network.cz/pub/bird -PKG_MD5SUM:=a8e5e0a9129ce30fe6102c593bafb763 +PKG_MD5SUM:=4c92ec3548a2a120243879b6ef7046dd PKG_BUILD_DEPENDS:=libncurses libreadline +PKG_MAINTAINER:=Álvaro Fernández Rojas + PKG_LICENSE:=GPL-2.0 include $(INCLUDE_DIR)/package.mk @@ -161,6 +163,8 @@ endef CONFIGURE_ARGS += --with-linux-headers="$(LINUX_DIR)" +TARGET_CFLAGS+=-std=gnu89 + define Build/Template $(STAMP_BUILT)-$(2): $(STAMP_PREPARED)