Ports: Fix 'bc' port
Previously, these features were apparently auto-disabled, because we do not yet support and never did support translations or the FIONREAD ioctl.
This commit is contained in:
parent
071b31338a
commit
60b458f5b3
Notes:
sideshowbarker
2024-07-18 21:22:47 +09:00
Author: https://github.com/BenWiederhake Commit: https://github.com/SerenityOS/serenity/commit/60b458f5b38 Pull-request: https://github.com/SerenityOS/serenity/pull/5762
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue