main/screen: update configure arguments
screen 5.* changed the arguments to its configure script.
When you build the package you can see in the log:
configure: WARNING: unrecognized options: --with-sys-screenrc, --enable-colors256, --enable-rxvt_osc
--with-system_screenrc
is the new way to spell that argument's name. Since APKBUILD
used that argument with its default value, the misspelled argument was ignored but the right (default) path was still used.
--enable-colors256
are --enable-rxvt_osc
are gone (both are probably unconditional now).
The same config.h
is generated by configure
.
Merge request reports
Activity
Filter activity
assigned to @Celeste
added 10804 commits
-
9a6135ea...9b75420c - 10803 commits from branch
alpine:master
- a9db2f29 - main/screen: update configure arguments
-
9a6135ea...9b75420c - 10803 commits from branch
Please register or sign in to reply