summarylogtreecommitdiffstats
path: root/0001-ArchLinux-changes-to-CMakeLists.txt.patch
AgeCommit message (Collapse)Author
2022-02-060.2.5-3: change maintainer, patch upstream cmakeJoe Baldino
Added a heavy-handed patch for upstream CMakeLists.txt. Necessary because, unmodified, it hardcodes compiler flags. Meaning end-user makepkg flags are ignored, violating packaging policies. See patch itself for all the nitty-gritty details. Minor changes and refinements to the pkgbuild logic. Added a SKIP_RPATH directive to avoid hard-coding any paths. TODO: resulting binary contains a string containing the absolute path to a header used during build time, present even after stripping. Currently chasing it down. Signed-off-by: Joe Baldino <pedanticdm@gmx.us>