Summary: | net-im/amsn-0.98: pre-stripped files found | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Mounir Lamouri (volkmar) (RETIRED) <volkmar> |
Component: | Current packages | Assignee: | Gentoo Net-im project <net-im> |
Status: | RESOLVED FIXED | ||
Severity: | QA | CC: | pacho |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 239866 | ||
Attachments: | amsn-0.98-nostrip.patch |
Description
Mounir Lamouri (volkmar) (RETIRED)
2009-09-20 12:37:55 UTC
Created attachment 208448 [details, diff]
amsn-0.98-nostrip.patch
Patch for solving this
Pacho, your patch is good but it's probably better to use sed because it's less space consuming. Patch are mostly used for complex changes. The sed command is: sed -i -e "s/LDFLAGS += -s/LDFLAGS += /" Makefile.in || die "sed failed" I fixed that in 0.98.1-r1. OK, thanks for the tip :-) I attached a patch because maybe upstream would want to apply it, since seems that this behavior changed recently :-/ Thanks a lot for comitting the fix :-) |