Ticket #4465 (closed defect: fixed)
libs are duplicated in MCLIBS (again)
Reported by: | karlson2k | Owned by: | andrew_b |
---|---|---|---|
Priority: | major | Milestone: | 4.8.30 |
Component: | compilation | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | merged | Votes for changeset: | committed-master |
Description (last modified by andrew_b) (diff)
This is a follow-up for #4463.
If additional lib is detected for stdscr then libs become duplicated in MCLIBS.
Actually it was a copy-paste error in previous patch.
The suggested fix: https://github.com/MidnightCommander/mc/pull/190
Attachments
Change History
Changed 18 months ago by karlson2k
- Attachment 0001-Remove-duplicated-libs-from-MCLIBS-again.patch added
comment:1 Changed 18 months ago by andrew_b
- Owner set to andrew_b
- Status changed from new to accepted
- Description modified (diff)
- Milestone changed from Future Releases to 4.8.30
comment:2 Changed 18 months ago by andrew_b
- Branch state changed from no branch to on review
Thanks!
Branch: 4465_ncurses_libs
changeset:8fba56d40f163c923b06e1347b7384c20fb328ce
comment:3 Changed 18 months ago by andrew_b
- Votes for changeset set to andrew_b
- Branch state changed from on review to approved
comment:4 Changed 18 months ago by andrew_b
- Status changed from accepted to testing
- Votes for changeset changed from andrew_b to committed-master
- Resolution set to fixed
- Branch state changed from approved to merged
Merged to master: [b90177fa108a6c937c06fce9f353af0556e5f89c].
Note: See
TracTickets for help on using
tickets.
Simplified fix