Skip to content

Commit

Permalink
Ports: Fix 'bc' port
Browse files Browse the repository at this point in the history
Previously, these features were apparently auto-disabled, because we do not yet
support and never did support translations or the FIONREAD ioctl.
  • Loading branch information
BenWiederhake authored and awesomekling committed Mar 14, 2021
1 parent 071b313 commit 60b458f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Ports/bc/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ auth_import_key="E2A30324A4465A4D5882692EC08038BDF280D33E"
auth_opts="bc-${version}.tar.xz.sig"

configure() {
run env HOSTCC=gcc ./"$configscript"
# NLS needs many things, none of which we support.
# History needs FIONREAD ioctl, which we don't support yet.
run env HOSTCC=gcc ./"$configscript" --disable-nls --disable-history
}

0 comments on commit 60b458f

Please sign in to comment.