mirror of
https://github.com/openwrt/packages.git
synced 2026-06-01 07:21:56 +08:00
90843cff63
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>