Search Criteria
Package Details: elfinfo 1.2.2-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: | 3 |
Popularity: | 0.000001 |
First Submitted: | 2018-08-24 07:50 (UTC) |
Last Updated: | 2023-01-23 09:19 (UTC) |
Dependencies (2)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
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.