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>
#
-# Copyright (C) 2014 OpenWrt.org
+# Copyright (C) 2014 - 2018 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
endef
# toolchain __arc__ define conflicts with libosip2 source
-TARGET_CFLAGS += $(FPIC) $(if $(CONFIG_arc),-U__arc__)
+TARGET_CFLAGS += $(if $(CONFIG_arc),-U__arc__)
CONFIGURE_ARGS += \
--enable-shared \