mirror of
https://github.com/openwrt/packages.git
synced 2025-12-22 02:21:19 +00:00
pixiewps has its own CFLAGS setting and uses LDFLAGS from environment variable. When PKG_ALSR_PIE was enabled, objects were not compiled with -fPIC supplied from the build system and the final link step would fail because of the -pie option Fixes #5590 Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>