mirror of
https://github.com/novatiq/packages.git
synced 2026-06-22 21:30:27 +01:00
b621d1b0f3
The ASLR PIE option was changed to a tristate option (openwrt/openwrt@19cbac7d26). This updates the Go compiler package and golang-package.mk to account for this change. This also adds warning messages for when the user has selected PIE but Go does not have PIE support for the chosen target. Signed-off-by: Jeffery To <jeffery.to@gmail.com>