Skip to content

Commit

Permalink
Ports: Enable history handling in bc
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
BertalanD authored and awesomekling committed Oct 25, 2021
1 parent 5f6030b commit 5241c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ports/bc/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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[@]}"
Expand Down

0 comments on commit 5241c5f

Please sign in to comment.