Search Criteria
Package Details: elfinfo 1.2.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/elfinfo.git (read-only, click to copy) |
|---|---|
| Package Base: | elfinfo |
| Description: | Detect which compiler version was used for compiling an ELF file |
| Upstream URL: | https://elfinfo.roboticoverlords.org/ |
| Keywords: | compiler detection elf utility |
| Licenses: | BSD |
| Submitter: | xyproto |
| Maintainer: | xyproto |
| Last Packager: | xyproto |
| Votes: | 4 |
| Popularity: | 0.000297 |
| First Submitted: | 2018-08-24 07:50 (UTC) |
| Last Updated: | 2025-04-18 12:17 (UTC) |
Latest Comments
xyproto commented on 2023-01-23 09:20 (UTC)
Thanks, aperez!
aperez commented on 2020-07-27 15:14 (UTC)
I needed this small change to the PKGBUILD in order for the linking to complete successfully:
Note how the patch adds the missing quoting around the
${LDFLAGS}expansion.