File tree Expand file tree Collapse file tree 6 files changed +13
-4
lines changed Expand file tree Collapse file tree 6 files changed +13
-4
lines changed Original file line number Diff line number Diff line change @@ -798,7 +798,7 @@ ed 1.4
798798``ed `` is a very basic line editor. This is the last version that is not distributed
799799in ``.tar.lz `` format. ``ed `` is used by ``bc `` build scripts.
800800
801- bc 1.07 .1
801+ bc 1.08 .1
802802=========
803803
804804``bc `` is a console based calculator that is sometime used in scripts. We need ``bc ``
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ e8ff13753943e43972a8cf1672819f001718ed38e5497cf7b554c21a507ba22b automake-1.7.8
21219922651b64ad2e29b944082f26db223008220155048f25d64df1f6d82071ff1c automake-1.8.5_0.tar.bz2
2222c5807850a377e4bb9aa4121d9781d145bdd80327626a9419630a75ce2c8d9c71 automake-1.9.6_0.tar.bz2
232365427597c185f4a034525217cb108e004c8d2e2dfc824223d2b680e9db338d1c bash-5.2.15_0.tar.bz2
24- 7db49c9b024821d82d15afc0db2b1af8d89700101495a9cbadf471813ba5fa55 bc-1.07 .1_0.tar.bz2
24+ 40092149bdd6859baaa737ab992dac1c655770ef91847af24b94b6127b6b00c0 bc-1.08 .1_0.tar.bz2
25255d777f774df7fb0153aa73b501c7fe1a57f152a3aa2c86e83a04e68b5df4f696 binutils-2.30_0.tar.bz2
262643bed356bf52b3d52ef62b63adbeb3bbd1e763e93d0ffd3edb5c75354842f171 binutils-2.41_0.tar.bz2
27277808e5290bf530cd7068e91642def059bc3341b628630d1fb2600590477187db binutils-2.41_1.tar.bz2
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# SPDX-FileCopyrightText: © 2023 Andrius Štikonas <[email protected] >2+ # SPDX-FileCopyrightText: 2025 fosslinux <[email protected] >23#
34# SPDX-License-Identifier: GPL-3.0-or-later
45
@@ -9,6 +10,9 @@ src_prepare() {
910 # Skip documentation
1011 sed -i ' s/ doc//' Makefile.am
1112 rm doc/* .info
13+
14+ # Pregenerated header
15+ rm bc/libmath.h
1216
1317 # Rebuild configure script
1418 AUTOMAKE=automake-1.15 ACLOCAL=aclocal-1.15 autoreconf-2.69 -fi
@@ -18,3 +22,8 @@ src_configure() {
1822 ./configure --prefix=" ${PREFIX} " \
1923 --build=i386-unknown-linux-musl
2024}
25+
26+ src_compile () {
27+ # racey when building libmath.h
28+ make -j1 PREFIX=" ${PREFIX} "
29+ }
Original file line number Diff line number Diff line change 1+ https://mirrors.kernel.org/gnu/bc/bc-1.08.1.tar.xz 515430115b3334c636317503460a0950dff79940aa3259ce2c1aa67c2881d023
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ build: dhcpcd-10.0.1
121121build: kbd-1.15
122122build: make-3.82
123123build: ed-1.4
124- build: bc-1.07 .1
124+ build: bc-1.08 .1
125125define: BUILD_LINUX = ( CHROOT == False || BUILD_KERNELS == True )
126126build: kexec-linux-1.0.0 ( BUILD_LINUX == True )
127127build: kexec-tools-2.0.22 ( BUILD_LINUX == True )
You can’t perform that action at this time.
0 commit comments