pixiewps: use compiler, linker options of the build system
authorYousong Zhou <redacted>
Sun, 11 Feb 2018 04:05:56 +0000 (12:05 +0800)
committerYousong Zhou <redacted>
Sun, 11 Feb 2018 04:10:07 +0000 (12:10 +0800)
commit90843cff63cde80d93ba0343b852f5fa8ed60c53
tree62849e822a3acf86c01879abba17593a06cfd181
parente95edc91422c201be8ab70b4c91dbda82b22bb7b
pixiewps: use compiler, linker options of the build system

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 <redacted>
net/pixiewps/Makefile
git clone https://git.99rst.org/PROJECT