spandsp: remove $(FPIC) from TARGET_CFLAGS
authorSebastian Kemper <sebastian_ml@gmx.net>
Sat, 24 Feb 2018 09:56:13 +0000 (10:56 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sat, 24 Feb 2018 09:56:15 +0000 (10:56 +0100)
commitf0b4c4638e9e29bd55b1d9437dc987b6ceeab53d
treee850b584dd703111d5411d3390118300107fe8a1
parent9a034c9775d885d8d2eae08dbb50a02328b55399
spandsp: remove $(FPIC) from TARGET_CFLAGS

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

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
libs/spandsp/Makefile