mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-09 02:43:53 +08:00
Revert "bc: update to 1.07.1"
This reverts commit 0111b86f1db501d57bfee8a313fe5bebdf8b2ed9 as it breaks on Linux distributions without ed support ./fix-libmath_h: line 1: ed: command not found Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
This commit is contained in:
parent
0111b86f1d
commit
33b81b5721
@ -7,11 +7,14 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=bc
|
PKG_NAME:=bc
|
||||||
PKG_VERSION:=1.07.1
|
PKG_VERSION:=1.06.95
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=@GNU/bc
|
PKG_SOURCE_URL:=http://alpha.gnu.org/gnu/bc \
|
||||||
PKG_HASH:=62adfca89b0a1c0164c2cdca59ca210c1d44c3ffc46daf9931cf4942664cb02a
|
http://gnualpha.uib.no/bc/ \
|
||||||
|
http://mirrors.fe.up.pt/pub/gnu-alpha/bc/ \
|
||||||
|
http://www.nic.funet.fi/pub/gnu/alpha/gnu/bc/
|
||||||
|
PKG_HASH:=7ee4abbcfac03d8a6e1a8a3440558a3d239d6b858585063e745c760957725ecc
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/host-build.mk
|
include $(INCLUDE_DIR)/host-build.mk
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
--- a/Makefile.am
|
diff -urN bc-1.06.95/Makefile.am bc-1.06.95.new/Makefile.am
|
||||||
+++ b/Makefile.am
|
--- bc-1.06.95/Makefile.am 2005-05-27 01:05:41.000000000 +0100
|
||||||
|
+++ bc-1.06.95.new/Makefile.am 2013-07-09 09:33:31.521490710 +0100
|
||||||
@@ -1,6 +1,6 @@
|
@@ -1,6 +1,6 @@
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
@ -7,15 +8,16 @@
|
|||||||
+SUBDIRS = lib bc dc
|
+SUBDIRS = lib bc dc
|
||||||
|
|
||||||
MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in \
|
MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in \
|
||||||
stamp-h $(distdir).tar.gz h/number.h depcomp missing \
|
stamp-h $(distdir).tar.gz h/number.h depcomp missing
|
||||||
--- a/Makefile.in
|
diff -urN bc-1.06.95/Makefile.in bc-1.06.95.new/Makefile.in
|
||||||
+++ b/Makefile.in
|
--- bc-1.06.95/Makefile.in 2006-09-05 03:39:30.000000000 +0100
|
||||||
@@ -288,7 +288,7 @@ target_alias = @target_alias@
|
+++ bc-1.06.95.new/Makefile.in 2013-07-09 09:33:28.565490767 +0100
|
||||||
top_build_prefix = @top_build_prefix@
|
@@ -149,7 +149,7 @@
|
||||||
top_builddir = @top_builddir@
|
sharedstatedir = @sharedstatedir@
|
||||||
top_srcdir = @top_srcdir@
|
sysconfdir = @sysconfdir@
|
||||||
|
target_alias = @target_alias@
|
||||||
-SUBDIRS = lib bc dc doc
|
-SUBDIRS = lib bc dc doc
|
||||||
+SUBDIRS = lib bc dc
|
+SUBDIRS = lib bc dc
|
||||||
MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in \
|
MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in \
|
||||||
stamp-h $(distdir).tar.gz h/number.h depcomp missing \
|
stamp-h $(distdir).tar.gz h/number.h depcomp missing
|
||||||
bc/libmath.h
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user