Ports/readline: Fix config.sub refresh for the readline port
The new `use_fresh_config_sub` option puts the config.sub in the root of the tree, but `readline` puts it in the `support/` folder. So we need to tell the ports infrastructure to place the file in that folder.
This commit is contained in:
parent
4bf88bb732
commit
3fdc2d8dcf
Notes:
sideshowbarker
2024-07-17 20:41:36 +09:00
Author: https://github.com/bgianfo Commit: https://github.com/SerenityOS/serenity/commit/3fdc2d8dcf4 Pull-request: https://github.com/SerenityOS/serenity/pull/11986
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
port=readline
|
||||
version=8.1
|
||||
useconfigure=true
|
||||
config_sub_path=support/config.sub
|
||||
use_fresh_config_sub=true
|
||||
files="https://ftpmirror.gnu.org/gnu/readline/readline-${version}.tar.gz readline-${version}.tar.gz f8ceb4ee131e3232226a17f51b164afc46cd0b9e6cef344be87c65962cb82b02"
|
||||
auth_type=sha256
|
||||
|
|
Loading…
Add table
Reference in a new issue