Summary: | net-mail/ripmime does not respect LDFLAGS | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Net-Mail Packages <net-mail+disabled> |
Status: | RESOLVED FIXED | ||
Severity: | QA | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 331933 | ||
Attachments: |
Build log
Patch to ripmime Makefile to respect LDFLAGS, improve parallelism, and ease maintenance Patch to ripmime-1.4.0.9.ebuild to apply prior patch and to improve parallelism |
Description
Diego Elio Pettenò (RETIRED)
![]() Created attachment 244697 [details]
Build log
Created attachment 244791 [details, diff]
Patch to ripmime Makefile to respect LDFLAGS, improve parallelism, and ease maintenance
This patch addresses the problem reported in summary. Next, I will attach a patch to the ebuild to make use of this patch.
Created attachment 244793 [details, diff] Patch to ripmime-1.4.0.9.ebuild to apply prior patch and to improve parallelism Attachment #244791 [details, diff] renames the libripmime target to reflect that it generates a file named libripmime.a. For reasons not documented in the current ebuild, nor in the ChangeLog, the ebuild uses -j1. However, this is not needed. This patch converts the ebuild to let the user build in parallel, adjusts the reference to libripmime, and applies the preceding patch. Fixed in CVS. |