libxslt: remove $(FPIC) from TARGET_CFLAGS
authorSebastian Kemper <redacted>
Sat, 24 Feb 2018 11:02:48 +0000 (12:02 +0100)
committerSebastian Kemper <redacted>
Sat, 24 Feb 2018 11:02:49 +0000 (12:02 +0100)
commita57ffe6c639c482d49984bd587a13c947599869a
treee33d6451621800a703591e12a21b18eb656c95d5
parent8bd3bd86ada61be5edcf89f9e1d51402c5688e79
libxslt: remove $(FPIC) from TARGET_CFLAGS

libxslt already makes sure that the compiler emits position-independent
code. Adding $(FPIC) makes no difference. In addition the libxslt build
system puts its own flag behind the CFLAGS, overriding whatever was set
before.

Also with $(FPIC) in CFLAGS even the libxslt utils get compiled with
PIC, which us undesirable.

Signed-off-by: Sebastian Kemper <redacted>
libs/libxslt/Makefile
git clone https://git.99rst.org/PROJECT