Summary: | devel/p5-PerlIO-eol stage-qa complains: eol.so is not stripped... PATCH | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Chris Hutchinson <portmaster> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed Not A Bug | ||||||
Severity: | Affects Some People | CC: | riggs | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
(In reply to C Hutchinson from comment #0) > stage-qa complains about eol.so not being stripped. > I created a diff (attached), that fixes the issue. Should > anyone be interested. :) At the moment, it is common practice not to manually strip shared libraries during build using STRIP_CMD. This may get addressed eventually by the build framework. For now, let's keep this as is. |
Created attachment 147206 [details] devel/p5-PerlIO-eol - PATCH that will strip eol.so devel/p5-PerlIO-eol As noted in title: stage-qa complains about eol.so not being stripped. I created a diff (attached), that fixes the issue. Should anyone be interested. :) Please find 2014-09-10.diff, attached. --Chris