Rework Makefile to follow Porter's Handbook
Remove hardcoded generic optimization
Remove compiler flags -o aslr and -fsanitize=undefined to fix build on other platforms than x86
PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258351 (wainting on maintainer or until maintainer timeout)
Details
Details
Compile and lightly runtime tested on FreeBSD 13.0-STABLE #0 stable/13-n246453-06887e06864-dirty (arm64)
Poudriere testport OK 12.2-RELEASE (amd64)
Poudriere testport OK 11.4-RELEASE (amd64)
Reference:
https://portsfallout.com/port/1205/
Diff Detail
Diff Detail
- Repository
- R11 FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258351 (wainting on maintainer or until maintainer timeout)
This falls under the "just fix it" blanket.
Can you do it in two commits:
- Rework Makefile to follow Porter's Handbook
- Remove hardcoded generic optimization & Remove compiler flags -o aslr and -fsanitize=undefined to fix build on other platforms than x86
?