| Summary: | dev-lang/perl eblits v50160001: add AIX support | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Michael Haubenwallner (RETIRED) <haubi> |
| Component: | [OLD] Development | Assignee: | Gentoo Perl team <perl> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | prefix |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | AIX support | ||
Without complaints, I plan to commit this by the end of this week. done. |
Created attachment 362566 [details, diff] AIX support @Perl: Need this patch for dev-lang/perl-5.16.3 in Prefix for AIX, OK? @Prefix: Writing a local function to perform the scanelf-like checks is possible, but IMO will just reduce readability - as it would be: scanxcoff() { if [[ -r ${3}/. ]] ; then dump -o "${3}"/* else dump -o "${3}" fi 2>/dev/null | awk '/^Magic/{print $ 3}' } Thanks!