tiff: remove $(FPIC) from TARGET_CFLAGS
authorSebastian Kemper <redacted>
Sat, 24 Feb 2018 10:56:02 +0000 (11:56 +0100)
committerSebastian Kemper <redacted>
Sat, 24 Feb 2018 10:56:03 +0000 (11:56 +0100)
commitfad60143571b60927b52c81ffdf1869b358a9077
tree317948977720b01b6b87086e580b79c373ecc1ac
parent5b5659850dbaae4d2ac2e3f599015f71e341841e
tiff: remove $(FPIC) from TARGET_CFLAGS

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

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

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