mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
7b8f2dc6ec
Update to latest version. Replace mirror with @GNU/bc. Manually refresh: - 001-no_doc.patch Add patch found here:26f275502d
as 002-fix-libmath.patch to fix compilation. Add another patch found here:55b26eda94
as 003-bc-fix-hang.patch to prevent a hang when building the kernel. Signed-off-by: Nick Hainke <vincent@systemli.org>
22 lines
478 B
Makefile
22 lines
478 B
Makefile
#
|
|
# Copyright (C) 2013-2022 OpenWrt.org
|
|
#
|
|
# This is free software, licensed under the GNU General Public License v2.
|
|
# See /LICENSE for more information.
|
|
#
|
|
include $(TOPDIR)/rules.mk
|
|
|
|
PKG_NAME:=bc
|
|
PKG_VERSION:=1.07
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
|
PKG_SOURCE_URL:=@GNU/bc
|
|
PKG_HASH:=55cf1fc33a728d7c3d386cc7b0cb556eb5bacf8e0cb5a3fcca7f109fc61205ad
|
|
|
|
PKG_FIXUP := autoreconf
|
|
PKG_CPE_ID:=cpe:/a:gnu:bc
|
|
|
|
include $(INCLUDE_DIR)/host-build.mk
|
|
|
|
$(eval $(call HostBuild))
|