libsrtp: remove $(FPIC) from TARGET_CFLAGS
authorSebastian Kemper <sebastian_ml@gmx.net>
Sat, 24 Feb 2018 09:49:43 +0000 (10:49 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sat, 24 Feb 2018 09:49:45 +0000 (10:49 +0100)
commit4c8e05237434c36e4a28dae01e4c6b26078d64ca
tree39180d9911b0aea94126fff35cde5480160ff6bc
parent9a034c9775d885d8d2eae08dbb50a02328b55399
libsrtp: remove $(FPIC) from TARGET_CFLAGS

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

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