mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:47:35 +00:00
Ports: Enable history handling in bc
An oversight in the TTY defaults caused bc to reach an assertion failure when it tried to set up raw mode for printing the history. Now that this is fixed, we can finally enable history handling.
This commit is contained in:
parent
5f6030b13c
commit
5241c5f219
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ configscript=configure.sh
|
|||
auth_type="sig"
|
||||
auth_import_key="E2A30324A4465A4D5882692EC08038BDF280D33E"
|
||||
auth_opts=("bc-${version}.tar.xz.sig")
|
||||
configopts=("--prefix=/usr/local" "--disable-nls" "--disable-history")
|
||||
configopts=("--prefix=/usr/local" "--disable-nls")
|
||||
|
||||
configure() {
|
||||
run env HOSTCC=gcc ./"$configscript" "${configopts[@]}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue