mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
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>