dahdi-tools: clean up make flags, remove $(FPIC)
authorSebastian Kemper <sebastian_ml@gmx.net>
Sat, 24 Feb 2018 09:15:20 +0000 (10:15 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Sat, 24 Feb 2018 09:15:22 +0000 (10:15 +0100)
commitb05e390a84993eee4e387b1b32a1491a0fba296e
treeb60d2b6d81dc9c086d63ab3164608ee458a01803
parentb4392fbc2e12b30bd6c53dd5dcdf81634eea0e08
dahdi-tools: clean up make flags, remove $(FPIC)

- Remove all flags/variables that are not used at all.

- dahdi-tools already makes sure that the compiler emits
  position-independent code for libtonezone. Adding $(FPIC) makes no
  difference. In addition the dahdi-toolsbuild system puts its own flag
  behind the CFLAGS, overriding whatever was set before. Also the
  applications should never be built with PIC, it should only be done for
  the lib.

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