X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=package%2Fbusybox%2FMakefile;h=508c3e99ad024d4fcdde6556b855e088ad6b9356;hb=6b398193ef29d501b64be93af512da13e9a2f5fe;hp=9abbe348a976f38180c37d97e1fa339573a55c56;hpb=e53ecb012ec4b2b87bb9ab35741241590b552a68;p=openwrt.git diff --git a/package/busybox/Makefile b/package/busybox/Makefile index 9abbe348a9..508c3e99ad 100644 --- a/package/busybox/Makefile +++ b/package/busybox/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=busybox -PKG_VERSION:=1.13.4 -PKG_RELEASE:=1 +PKG_VERSION:=1.14.4 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.busybox.net/downloads \ http://distfiles.gentoo.org/distfiles/ -PKG_MD5SUM:=8a5eb7f15d4077d18fa97bda7a4e5412 +PKG_MD5SUM:=ad6d0b271e60783a3c767c4ccbc7f98e include $(INCLUDE_DIR)/package.mk @@ -59,6 +59,10 @@ define Build/Configure oldconfig endef +ifdef CONFIG_GCC_VERSION_LLVM + TARGET_CFLAGS += -fnested-functions +endif + define Build/Compile $(MAKE) -C $(PKG_BUILD_DIR) \ CC="$(TARGET_CC)" \