libosip2: remove $(FPIC) from TARGET_CFLAGS
authorSebastian Kemper <sebastian_ml@gmx.net>
Sat, 24 Feb 2018 09:35:35 +0000 (10:35 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sat, 24 Feb 2018 09:35:37 +0000 (10:35 +0100)
commit0791cc6f494329452b92108652241401e674d096
treef4b71b391f3cb63a38366762103ec74492e3e3ad
parent9a034c9775d885d8d2eae08dbb50a02328b55399
libosip2: remove $(FPIC) from TARGET_CFLAGS

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

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